Go to the source code of this file.
Functions |
void | mpeg7_constq (double **features, int nframes, int ncoeff) |
void | cq2chroma (double **cq, int nframes, int ncoeff, int bins, double **chroma) |
void | create_histograms (int *x, int nx, int m, int hlen, double *h) |
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) |
Function Documentation
void mpeg7_constq |
( |
double ** |
features, |
|
|
int |
nframes, |
|
|
int |
ncoeff |
|
) |
| |
void cq2chroma |
( |
double ** |
cq, |
|
|
int |
nframes, |
|
|
int |
ncoeff, |
|
|
int |
bins, |
|
|
double ** |
chroma |
|
) |
| |
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 |
|
) |
| |