libvot
0.1.3
A C++11 multithread library for image retrieval
|
▼Ntw | Namespace tw is mostly related to some utility functions developed by the repository owner, Tianwei Shen |
CIO | To safely read and write files |
CSiftData | Sift data structure used in libvot |
CUnionFind | Union-find data structure, used in various graph algorithms |
CVlFeatParam | Parameter struct used in calling vlfeat sift function |
CVlfeature | Struct containing the data of vlfeat features |
▼Nvot | Namespace vot contains libvot functions and classes |
CGlobalParam | Global parameters |
CImageCount | This class contains a index for an image and a count for image |
CImageGraph | Image graph class |
CImageNode | Image node used in image graph class |
CLinkEdge | Edge struct used in image graph class |
CTreeInNode | The interior node class of the tree |
CTreeLeafNode | The leaf node class of the tree |
CTreeNode | The virtual class of tree node |
CVocabTree | The vocabulary tree class. The depth of the root is 0. The depth of the leaf nodes is depth+1 |