Effacer les filtres
Effacer les filtres

Difference between feature detection,​extraction​,descripto​r,selectio​n and matching

12 vues (au cours des 30 derniers jours)
Himanshu
Himanshu le 15 Déc 2014
computer vision,object detection

Réponses (1)

Dima Lisin
Dima Lisin le 6 Jan 2015
Feature detection, also called interest point detection or keypoint detection is finding points in the image which are somehow "special". Typically that means that these points correspond to some elements of the scene that can be reliably located in different views of that scene. Examples are corners and "blobs" (centers of roughly circular regions).
Feature extraction means computing a descriptor from the pixels around each interest point. The simplest descriptor is just the raw pixel values in a small patch around the interest point. More sophisticated descriptors include SURF, HOG, and FREAK.
Matching descriptors is a way of finding point correspondences between two images.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by