cfgnunes / mfd

MFD - Multispectral Feature Descriptor

Home Page:https://ieeexplore.ieee.org/document/8024177

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multispectral Feature Descriptor (MFD) Actions Status

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.

SIFT

MFD

Paper abstract

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.

Bibtex

@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})},
}

Datasets used in the paper

Authors

Getting Started

Prerequisites

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

Running the examples

To run the main example, use:

make run

About

MFD - Multispectral Feature Descriptor

https://ieeexplore.ieee.org/document/8024177

License:MIT License


Languages

Language:Jupyter Notebook 89.9%Language:Python 9.7%Language:Makefile 0.3%