#include <vocabulary_tree/tree_builder.h>#include <boost/lexical_cast.hpp>#include <boost/foreach.hpp>#include <cstdio>#include <fstream>
Go to the source code of this file.
| Typedefs | |
| typedef Eigen::Vector2f | Feature | 
| typedef std::vector< Feature, Eigen::aligned_allocator < Feature > > | FeatureVector | 
| Functions | |
| int | main (int argc, char **argv) | 
| Variables | |
| static const uint32_t | K = 5 | 
| static const uint32_t | LEVELS = 3 | 
| typedef Eigen::Vector2f Feature | 
Definition at line 10 of file make_tree_gaussian.cpp.
| typedef std::vector<Feature, Eigen::aligned_allocator<Feature> > FeatureVector | 
Definition at line 11 of file make_tree_gaussian.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 13 of file make_tree_gaussian.cpp.
| const uint32_t K = 5  [static] | 
Definition at line 7 of file make_tree_gaussian.cpp.
| const uint32_t LEVELS = 3  [static] | 
Definition at line 8 of file make_tree_gaussian.cpp.