|
vocabtree
0.0.1
|
#include <utils/image.hpp>#include <utils/dataset.hpp>#include <cstdint>#include <vector>#include <string>#include <memory>

Go to the source code of this file.
Data Structures | |
| struct | TrainParamsBase |
| Structure to hold input training parameters (ex. #clusters, #examples to consider) More... | |
| struct | SearchParamsBase |
| Structure to hold input search parameters (ex. #matches, threshold, number neighbors to consider, etc.) More... | |
| struct | MatchResultsBase |
| Structure to hold returned match results (returned from a search call). More... | |
| class | SearchBase |
| Abstract class from which all search structures and methods derive from. More... | |