Introduction to Feature Detection and Matching
- Updated2025-11-25
- 1 minute(s) read
Feature detection and matching are an integral part of computer vision, and are fundamental for many applications. Finding feature correspondence between images is a fundamental part of many applications. Feature detection and matching is comprised of three stages.
- Feature detection using one of the following methods: Features from Accelerated Segment Test (FAST) Detector, Harris Corner Detector, or Shi-Tomasi Corner Detector.
- Feature description using one of the following methods: Binary Robust Invariant Scalable Keypoints Descriptor (BRISK) or Fast Retina Keypoint Descriptor (FREAK).
- Feature matching.