#include "kpttracker.h"#include <vector>#include <stdio.h>#include <map>#include "sqlite3.h"


Go to the source code of this file.
Classes | |
| struct | kmean_tree::descriptor_t |
| class | kmean_tree::mean_t |
| class | kmean_tree::node_t |
| struct | kmean_tree::descr_file_packet |
Namespaces | |
| namespace | kmean_tree |
Typedefs | |
| typedef std::vector < descriptor_t * > | kmean_tree::descriptor_array |
Functions | |
| node_t * | kmean_tree::build_from_data (const char *filename, int max_level, int min_elem, int stop) |
| build a tree from descriptors saved in a file | |
| node_t * | kmean_tree::load (sqlite3 *db) |
| load a tree from a sqlite3 database | |
| node_t * | kmean_tree::load (const char *filename) |
| load a tree from a file | |
Variables | |
| static const unsigned | kmean_tree::nb_branches = 4 |
| static const unsigned | kmean_tree::descriptor_size = 256 |
1.5.9