GMM test. More...
#include <vl/gmm.h>
#include <vl/host.h>
#include <vl/kmeans.h>
#include <vl/fisher.h>
#include <vl/vlad.h>
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | TYPE float |
#define | VL_F_TYPE VL_TYPE_FLOAT |
Functions | |
int | main (int argc VL_UNUSED, char **argv VL_UNUSED) |
void | saveResults (const char *dataFileData, const char *dataFileResults, VlGMM *gmm, void *data, vl_size numData) |
GMM test.
Definition in file test_gmm.c.
#define TYPE float |
Definition at line 17 of file test_gmm.c.
#define VL_F_TYPE VL_TYPE_FLOAT |
Definition at line 18 of file test_gmm.c.
int main | ( | int argc | VL_UNUSED, |
char **argv | VL_UNUSED | ||
) |
Definition at line 22 of file test_gmm.c.
void saveResults | ( | const char * | dataFileData, |
const char * | dataFileResults, | ||
VlGMM * | gmm, | ||
void * | data, | ||
vl_size | numData | ||
) |
Definition at line 223 of file test_gmm.c.