Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RZ_A2M_Mbed_samples
Object Categorization
[2D Features Framework]
This section describes approaches based on local 2D features and used to categorize objects. More...
Data Structures | |
class | BOWTrainer |
Abstract base class for training the *bag of visual words* vocabulary from a set of descriptors. More... | |
class | BOWKMeansTrainer |
kmeans -based class to train visual vocabulary using the *bag of visual words* approach. More... | |
class | BOWImgDescriptorExtractor |
Class to compute an image descriptor using the *bag of visual words*. More... |
Detailed Description
This section describes approaches based on local 2D features and used to categorize objects.
- Note:
- A complete Bag-Of-Words sample can be found at opencv_source_code/samples/cpp/bagofwords_classification.cpp
- (Python) An example using the features2D framework to perform object categorization can be found at opencv_source_code/samples/python/find_obj.py
- A complete Bag-Of-Words sample can be found at opencv_source_code/samples/cpp/bagofwords_classification.cpp
Generated on Tue Jul 12 2022 18:20:21 by
