#include "vocabulary_tree/distance.h"#include "vocabulary_tree/feature_allocator.h"#include <stdint.h>#include <vector>#include <cassert>#include <limits>#include <fstream>#include <stdexcept>#include <boost/format.hpp>

Go to the source code of this file.
| Classes | |
| class | vt::VocabularyTree< Feature, Distance, FeatureAllocator > | 
| Optimized vocabulary tree quantizer, templated on feature type and distance metric for maximum efficiency.  More... | |
| Namespaces | |
| namespace | vt | 
| Typedefs | |
| typedef int32_t | vt::Word |