#include <iostream>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <polyora/polyora.h>
Go to the source code of this file.
Functions | |
bool | load_patch_track (id_cluster_collection *clusters, const char *descr_fn, kmean_tree::node_t *root) |
int | main (int argc, char **argv) |
bool load_patch_track | ( | id_cluster_collection * | clusters, | |
const char * | descr_fn, | |||
kmean_tree::node_t * | root | |||
) |
Definition at line 27 of file cluster_ids.cpp.
References id_cluster::add(), id_cluster_collection::add_cluster(), kmean_tree::descr_file_packet::d, kmean_tree::node_t::get_id(), kmean_tree::descr_file_packet::ptr, and id_cluster::total.
Referenced by main().
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 50 of file cluster_ids.cpp.
References id_cluster_collection::clusters, id_cluster_collection::load(), kmean_tree::load(), load_patch_track(), id_cluster_collection::QUERY_NORMALIZED_FREQ, id_cluster_collection::reduce(), and id_cluster_collection::save().