#include <vocabulary_tree/tree_builder.h>
#include "vocabulary_tree/mutable_tree.h"
#include "vocabulary_tree/simple_kmeans.h"
#include <deque>
#include <boost/lexical_cast.hpp>
#include <cstdio>
#include <fstream>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
static const unsigned int | DIMENSION = 176 |
static const uint32_t | K = 10 |
static const uint32_t | LEVELS = 5 |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 12 of file make_tree.cpp.
const unsigned int DIMENSION = 176 [static] |
Definition at line 6 of file make_tree.cpp.
const uint32_t K = 10 [static] |
Definition at line 7 of file make_tree.cpp.
const uint32_t LEVELS = 5 [static] |
Definition at line 8 of file make_tree.cpp.