#include "vocabulary_tree/mutable_tree.h"
#include "vocabulary_tree/vocabulary_tree.h"
#include "vocabulary_tree/distance.h"
#include "vocabulary_tree/feature_allocator.h"
#include <boost/function.hpp>
#include <boost/foreach.hpp>
#include <algorithm>
#include <vector>
#include <limits>
#include <deque>
Go to the source code of this file.
Classes | |
class | vt::TreeBuilder< Feature, Distance, FeatureAllocator > |
Class for building a new vocabulary by hierarchically clustering a set of training features. More... | |
Namespaces | |
namespace | vt |