Go to the source code of this file.
Classes | |
class | vt::Database |
Class for efficiently matching a bag-of-words representation of a document (image) against a database of known documents. More... | |
struct | vt::Match |
Struct representing a single database match. More... | |
struct | vt::Database::WordFrequency |
Namespaces | |
namespace | vt |
Typedefs | |
typedef uint32_t | vt::DocId |
typedef std::vector< Word > | vt::Document |
typedef std::vector< Match > | vt::Matches |