Feature Detection and Extraction
Local features and their descriptors are the building blocks of many computer vision algorithms. Their applications include image registration, object detection and classification, tracking, motion estimation, and content-based image retrieval (CBIR). These algorithms use local features to better handle scale changes, rotation, and occlusion. Computer Vision Toolbox™ algorithms include the FAST, Harris, and Shi & Tomasi corner detectors, and the SIFT, SURF, KAZE, and MSER blob detectors. The toolbox includes the SIFT, SURF, FREAK, BRISK, LBP, ORB, and HOG descriptors. You can mix and match the detectors and the descriptors depending on the requirements of your application.
Apps
| Registration Estimator | Register 2-D grayscale images | 
Functions
Topics
- Local Feature Detection and ExtractionLearn the benefits and applications of local feature detection and extraction. 
- Point Feature TypesChoose functions that return and accept points objects for several types of features. 
- Coordinate SystemsSpecify pixel Indices, spatial coordinates, and 3-D coordinate systems. 
- Image Retrieval with Bag of Visual WordsRetrieve images from a collection of images similar to a query image using a content-based image retrieval (CBIR) system. 








