|
vocabtree
0.0.1
|
| Abstract wrapper describing a dataset | |
| SimpleDataset 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> | |
| Abstract class representing an image | |
| SimpleImage class used with the SimpleDataset class | |
| MatchesPage class keeps track of query images and their matches, and outputs an html page containing these matches for visualization purposes | |
| Structure to hold returned match results (returned from a search call) | |
| Subclass of match results base which also returns scores | |
| Subclass of match results base which also returns scores | |
| Subclass of match results base which also returns scores | |
| Abstract class from which all search structures and methods derive from | |
| Implements a Bag of Words based (BoW) image search | |
| Implements a Bag of Words based (BoW) image search using an inverted index | |
| Structure to hold input search parameters (ex. #matches, threshold, number neighbors to consider, etc.) | |
| Subclass of train params base which specifies inverted index training parameters | |
| Subclass of train params base which specifies inverted index training parameters | |
| Subclass of train params base which specifies Vocab Tree training parameters | |
| Describes SIFT extraction parameters when calling OpenCV's SIFT implementation | |
| Structure to hold input training parameters (ex. #clusters, #examples to consider) | |
| Subclass of train params base which specifies inverted index training parameters | |
| Subclass of train params base which specifies inverted index training parameters | |
| Subclass of train params base which specifies vocab tree training parameters | |