feature detection and extraction -凯发k8网页登录
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.
functions
topics
- local feature detection and extraction
learn the benefits and applications of local feature detection and extraction.
choose functions that return and accept points objects for several types of features.
specify pixel indices, spatial coordinates, and 3-d coordinate systems
when you specify the type of shape to draw, you must also specify its location on the image.
retrieve images from a collection of images similar to a query image using a content-based image retrieval (cbir) system.