qm-dsp 1.8
cluster_segmenter.h File Reference
#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"
Include dependency graph for cluster_segmenter.h:
This graph shows which files directly or indirectly include this file:

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

◆ 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 )