This is the Python implementation of the Multispectral Feature Descriptor (MFD), as described in the paper "A Local Feature Descriptor Based on Log-Gabor Filters for Keypoint Matching in Multispectral Images".
Click here to see a example.
This letter presents a new local feature descriptor for problems related to multispectral images. Most previous approaches are typically based on descriptors designed to work with images uniquely captured in the visible light spectrum. In contrast, this letter proposes a descriptor termed Multispectral Feature Descriptor (MFD) that is especially developed, such that it can be employed with image data acquired at different frequencies across the electromagnetic spectrum. The performance of the MFD is evaluated by using three data sets composed of images obtained in visible light and infrared spectra, and its performance is compared with those of state-of-the-art algorithms, such as edge-oriented histogram (EOH) and log-Gabor histogram descriptor (LGHD). The experimental results indicate that the computational efficiency of MFD exceeds those of EOH and LGHD, and that the precision and recall values of MFD are statistically comparable to the corresponding values of the forementioned algorithms.
@article{nunes2017local,
author = {Cristiano F. G. Nunes and Fl{\'{a}}vio L. C. P{\'{a}}dua},
journal = {{IEEE} Geoscience and Remote Sensing Letters},
title = {A Local Feature Descriptor Based on Log-Gabor Filters for Keypoint Matching in Multispectral Images},
year = {2017},
month = oct,
number = {10},
pages = {1850--1854},
volume = {14},
comment = {MFD - Multispectral Feature Descriptor},
doi = {10.1109/lgrs.2017.2738632},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
- Potsdam: https://www.isprs.org/education/benchmarks/UrbanSemLab/2d-sem-label-potsdam.aspx
- RGB-LWIR: https://owncloud.cvc.uab.es/owncloud/index.php/s/1Wx715yUh6kDAO7
- RGB-NIR: https://ivrlwww.epfl.ch/supplementary_material/cvpr11/index.html
- Cristiano Fraga Guimarães Nunes (cfgnunes@gmail.com)
- Flávio Luis Cardeal Pádua (cardeal@cefetmg.br)
This section assumes Ubuntu 16.04 (also tested on Ubuntu 22.04), but the procedure is similar for other Linux distributions. The prerequisites is to install the following packages:
sudo apt -y install make python3-pip python3-venv
To run the main example, use:
make run