vocabtree  0.0.1
search_base.hpp File Reference
#include <utils/image.hpp>
#include <utils/dataset.hpp>
#include <cstdint>
#include <vector>
#include <string>
#include <memory>
Include dependency graph for search_base.hpp:
This graph shows which files directly or indirectly include this file:

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...