문제

I am a newbie to the field. My problem is to recognize whether an object similar to the object used in training images(Images of Similar objects) is present in test image or not. I want to use SIFT descriptors for recognition. Is the bag of words approach by clustering of SIFT descriptors which is used for object classification into different classes is suitable for it or if there is simpler approach using sift descriptors for it. Thanks in advance

도움이 되었습니까?

해결책

The bag of visual words (BoW) is indeed the classic approach, originally proposed by Sivic & Zisserman in 2003 [Paper]. It was among the first to depart from previous methods that favored global descriptors as opposed to local features like SIFT and SURF. I do recommend continuing to implement this classic pipeline if you are just beginning to learn about object detection and recognition.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top