OpenCV Keypoint Detector

Standard

Keypoints are used for a variety of reasons, mainly object detection and classification. There are all kinds of keypoint detectoin algorithms inside OpenCV. Once these keypoints are detected, they can be matched to find similarity between images. Keypoints can be invariant to rotation, scale, translation amongst others, depending on the algorithm.

OpenCV Keypoint detector and matcher (SURF):

Output:

Python OpenCV SIFT Keypoint detector:

 

Leave a Reply