#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <float.h>
#include "segment.h"
#include "cluster_melt.h"
#include "hmm/hmm.h"
#include "maths/pca/pca.h"
Go to the source code of this file.
|
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) |
|
◆ mpeg7_constq()
void mpeg7_constq |
( |
double ** |
features, |
|
|
int |
nframes, |
|
|
int |
ncoeff |
|
) |
| |
◆ cq2chroma()
void cq2chroma |
( |
double ** |
cq, |
|
|
int |
nframes, |
|
|
int |
ncoeff, |
|
|
int |
bins, |
|
|
double ** |
chroma |
|
) |
| |
◆ create_histograms()
void create_histograms |
( |
int * |
x, |
|
|
int |
nx, |
|
|
int |
m, |
|
|
int |
hlen, |
|
|
double * |
h |
|
) |
| |
◆ cluster_segment()
void cluster_segment |
( |
int * |
q, |
|
|
double ** |
features, |
|
|
int |
frames_read, |
|
|
int |
feature_length, |
|
|
int |
nHMM_states, |
|
|
int |
histogram_length, |
|
|
int |
nclusters, |
|
|
int |
neighbour_limit |
|
) |
| |
◆ constq_segment()
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 |
|
) |
| |