moradisaed / ADMCDD

Small infrared target detection using absolute average difference weighted by cumulative directional derivatives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AADCDD

"Small infrared target detection using absolute average difference weighted by cumulative directional derivatives (AADCDD)"

If you are using this code in your researches, kindly cite the following paper:

Aghaziyarati, Saeid, Saed Moradi, and Hasan Talebi. "Small infrared target detection using absolute average difference weighted by cumulative directional derivatives." Infrared Physics & Technology 101 (2019): 78-87.

The code is implemented using OpenCV 3.4 in Ubuntu 18.04 environment. It is not tested for other OpenCV versions, but it should work.

Prerequisites

OpenCV

Setup

Build OpenCV from source (if you want to enable QT option to zoom on images and see the pixels value), or just simply use the following command in terminal:

$ sudo apt install libopencv-dev python3-opencv

About

Small infrared target detection using absolute average difference weighted by cumulative directional derivatives

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%