1 #ifndef _CLUSTER_SEGMENTER_H 2 #define _CLUSTER_SEGMENTER_H 34 void mpeg7_constq(
double** features,
int nframes,
int ncoeff);
37 void cq2chroma(
double** cq,
int nframes,
int ncoeff,
int bins,
double** chroma);
41 void cluster_segment(
int* q,
double** features,
int frames_read,
int feature_length,
int nHMM_states,
42 int histogram_length,
int nclusters,
int neighbour_limit);
44 void constq_segment(
int* q,
double** features,
int frames_read,
int bins,
int ncoeff,
int feature_type,
45 int nHMM_states,
int histogram_length,
int nclusters,
int neighbour_limit);
void cluster_segment(int *q, double **features, int frames_read, int feature_length, int nHMM_states, int histogram_length, int nclusters, int neighbour_limit)
void constq_segment(int *q, double **features, int frames_read, int bins, int ncoeff, int feature_type, int nHMM_states, int histogram_length, int nclusters, int neighbour_limit)
void cq2chroma(double **cq, int nframes, int ncoeff, int bins, double **chroma)
void mpeg7_constq(double **features, int nframes, int ncoeff)
void create_histograms(int *x, int nx, int m, int hlen, double *h)