| 
    libvot
    0.1.3
    
   A C++11 multithread library for image retrieval 
   | 
 
vocabulary tree functions More...
#include <vector>#include <cstdlib>#include <mutex>#include "utils/global_params.h"#include "utils/data_types.h"Go to the source code of this file.
Classes | |
| class | vot::ImageCount | 
| This class contains a index for an image and a count for image.  More... | |
| class | vot::TreeNode | 
| The virtual class of tree node.  More... | |
| class | vot::TreeInNode | 
| The interior node class of the tree.  More... | |
| class | vot::TreeLeafNode | 
| The leaf node class of the tree.  More... | |
| class | vot::VocabTree | 
| The vocabulary tree class. The depth of the root is 0. The depth of the leaf nodes is depth+1.  More... | |
Namespaces | |
| vot | |
| namespace vot contains libvot functions and classes.  | |
Enumerations | |
| enum | vot::DistanceType { vot::L1 = 1, vot::L2 = 2 } | 
vocabulary tree functions
 1.8.9.1