vocabtree  0.0.1
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCfilesystem::cvmat_header
oCcvmat_header
oCDatasetAbstract wrapper describing a dataset
|\CSimpleDatasetSimpleDataset is a sample implementation of a Dataset, where the data is stored as JPEG images in a single folder called images/ and features are stored in a folder feats/<feat_name>
oCImageAbstract class representing an image
|\CSimpleDataset::SimpleImageSimpleImage class used with the SimpleDataset class
oCMatchesPageMatchesPage class keeps track of query images and their matches, and outputs an html page containing these matches for visualization purposes
oCMatchResultsBaseStructure to hold returned match results (returned from a search call)
|oCBagOfWords::MatchResultsSubclass of match results base which also returns scores
|oCInvertedIndex::MatchResultsSubclass of match results base which also returns scores
|\CVocabTree::MatchResultsSubclass of match results base which also returns scores
oCSearchBaseAbstract class from which all search structures and methods derive from
|oCBagOfWordsImplements a Bag of Words based (BoW) image search
|oCInvertedIndexImplements a Bag of Words based (BoW) image search using an inverted index
|\CVocabTree
oCSearchParamsBaseStructure to hold input search parameters (ex. #matches, threshold, number neighbors to consider, etc.)
|oCBagOfWords::SearchParamsSubclass of train params base which specifies inverted index training parameters
|oCInvertedIndex::SearchParamsSubclass of train params base which specifies inverted index training parameters
|\CVocabTree::SearchParamsSubclass of train params base which specifies Vocab Tree training parameters
oCvision::SIFTParamsDescribes SIFT extraction parameters when calling OpenCV's SIFT implementation
oCTrainParamsBaseStructure to hold input training parameters (ex. #clusters, #examples to consider)
|oCBagOfWords::TrainParamsSubclass of train params base which specifies inverted index training parameters
|oCInvertedIndex::TrainParamsSubclass of train params base which specifies inverted index training parameters
|\CVocabTree::TrainParamsSubclass of train params base which specifies vocab tree training parameters
\CVocabTree::TreeNode