Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::Tracking::VocabularyStructure |
This class implements the base class for all Vocabulary objects. More... | |
class | Ocean::Tracking::VocabularyStructure::Match< TDistance > |
This class implements a simple container holding the index pairs of matching descriptors and their distance. More... | |
class | Ocean::Tracking::VocabularyStructure::Parameters |
This class stores construction parameters for a VocabularyStructure. More... | |
class | Ocean::Tracking::VocabularyTree< TDescriptor, TDistance, tDistanceFunction > |
This class implements a Vocabulary Tree for feature descriptors. More... | |
class | Ocean::Tracking::VocabularyTree< TDescriptor, TDistance, tDistanceFunction >::ReusableData |
Definition of a class which holds reusable data for internal use. More... | |
class | Ocean::Tracking::VocabularyForest< TDescriptor, TDistance, tDistanceFunction > |
This class implements a Vocabulary Forest holding several Vocabulary Trees. More... | |
Namespaces | |
Ocean | |
The namespace covering the entire Ocean framework. | |
Typedefs | |
using | Ocean::Tracking::SharedVocabularyStructure = std::shared_ptr< VocabularyStructure > |
Definition of a shared pointer holding a VocabularyStructure object. More... | |