NAME

get_3D_histogram_clusters - Computes clusters by binning data in a 3D histogram.

SYNOPSIS

#include "lsm/lsm_cluster.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


int get_3D_histogram_clusters
(
	const Matrix *input_data_mp,
	Matrix **output_cluster_mpp,
	Vector **output_weights_vpp
);

DESCRIPTION

Computes clusters from RGB data by binning the inputs into a 3D histogram with "resolution" bins per axis. clustering algorithm. This function is only declared and defined if the symbol TRACK_MEMORY_ALLOCATION is #defined.

RELATED

get_fixed_clustering_of_3D_data

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Lindsay Martin

DOCUMENTER

Lindsay Martin

SEE ALSO

set_clustering_options , set_kmeans_max_iterations , get_kmeans_max_iterations , set_kmeans_epsilon , get_kmeans_epsilon , get_kmeans_clusters , set_3D_histogram_num_bins , get_3D_histogram_num_bins