libvot
0.1.3
A C++11 multithread library for image retrieval
|
Cvot::GlobalParam | Global parameters |
Cvot::ImageCount | This class contains a index for an image and a count for image |
Cvot::ImageGraph | Image graph class |
Cvot::ImageNode | Image node used in image graph class |
Ctw::IO | To safely read and write files |
Cvot::LinkEdge | Edge struct used in image graph class |
Ctw::SiftData | Sift data structure used in libvot |
▼Cvot::TreeNode | The virtual class of tree node |
Cvot::TreeInNode | The interior node class of the tree |
Cvot::TreeLeafNode | The leaf node class of the tree |
Ctw::UnionFind | Union-find data structure, used in various graph algorithms |
Ctw::VlFeatParam | Parameter struct used in calling vlfeat sift function |
Ctw::Vlfeature | Struct containing the data of vlfeat features |
Cvot::VocabTree | The vocabulary tree class. The depth of the root is 0. The depth of the leaf nodes is depth+1 |