polyora/kmeantree.h File Reference

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

Include dependency graph for kmeantree.h:

This graph shows which files directly or indirectly include this file:

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_tkmean_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_tkmean_tree::load (sqlite3 *db)
 load a tree from a sqlite3 database
node_tkmean_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


Generated on Tue Mar 30 15:53:21 2010 for Polyora by  doxygen 1.5.9