필터 지우기
필터 지우기

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

조회 수: 12 (최근 30일)
Himanshu
Himanshu 2014년 12월 15일
답변: Dima Lisin 2015년 1월 6일
computer vision,object detection

답변 (1개)

Dima Lisin
Dima Lisin 2015년 1월 6일
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