Computer Vision Toolbox™ provides pretrained object detectors and the functionality to train a custom detector. The cascade object detector uses the Viola-Jones algorithm to detect people's faces, noses, eyes, mouth, or upper body. The people detector detects people in an input image using the histogram of oriented gradients (HOG) features and a trained support vector machine (SVM) classifier.
You can customize the cascade object detector using the trainCascadeObjectDetector
function.
Get Started with the Image Labeler
Interactively label rectangular ROIs for object detection, pixels for semantic segmentation, and scenes for image classification.
Choose functions that return and accept points objects for several types of features
Specify pixel Indices, spatial coordinates, and 3-D coordinate systems
Choose Function to Visualize Detected Objects
Compare visualization functions.
Local Feature Detection and Extraction
Learn the benefits and applications of local feature detection and extraction
OCR and Language Data Support Files
Support for OCR Language data files
Train a Cascade Object Detector
Train a custom classifier
Image Retrieval with Bag of Visual Words
Retrieve images from a collection of images similar to a query image using a content-based image retrieval (CBIR) system.
Image Classification with Bag of Visual Words
Use the Computer Vision Toolbox functions for image category classification by creating a bag of visual words.