Explore tens of thousands of sets crafted by our community.
Feature Detection and Matching
10
Flashcards
0/10
ORB
Oriented FAST and Rotated BRIEF (ORB) is utilized in real-time video analysis, panorama stitching, and object recognition. It is a fast feature detector and descriptor that is rotation invariant and resistant to noise.
Harris Corner Detector
Harris Corner Detector finds corners by detecting the change in intensity in all directions. It is used in image processing to identify features for tracking and 3D reconstruction.
SIFT
Scale-Invariant Feature Transform (SIFT) is used for object recognition, robotic mapping, and image stitching. It is robust to changes in scale, rotation, and lighting.
FREAK
Fast Retina Keypoint (FREAK) is inspired by the human retina, used for pattern recognition and machine vision. It produces binary strings as a descriptor and is efficient for computation on devices with limited resources.
AKAZE
Accelerated-KAZE (AKAZE) is used for image matching and object detection. It features a fast detection of keypoints and robustness to deformations and noise, often used in computer vision tasks.
Shi-Tomasi Corner Detector
Shi-Tomasi Corner Detector is an improvement over Harris, identifying corners by a specific minimum eigenvalue. It's widely used for tracking and motion analysis.
BRIEF
Binary Robust Independent Elementary Features (BRIEF) provides a shortcut to find binary descriptors. It is useful in image retrieval and matching for applications like visual search.
FAST
Features from Accelerated Segment Test (FAST) is used for corner detection in real-time systems. It identifies pixels that stand out when considering a circle of neighboring pixels.
SURF
Speeded Up Robust Features (SURF) is used for real-time applications, 3D reconstruction, and tracking. It approximates LoG with Box Filters and is faster than SIFT.
BRISK
Binary Robust Invariant Scalable Keypoints (BRISK) is meant for real-time applications, providing a robust detector/descriptor for image matching and recognition that is invariant to scale and rotation.
© Hypatia.Tech. 2024 All rights reserved.