#include <mexutils.h>#include <stdio.h>#include <stdlib.h>#include <math.h>#include <string.h>#include <assert.h>#include <vl/hikmeans.h>#include <vl/generic.h>
Go to the source code of this file.
Defines | |
| #define | NFIELDS(field_names) (sizeof(field_names)/sizeof(*field_names)) |
Enumerations | |
| enum | { opt_method, opt_verbose } |
Functions | |
| static VlHIKMTree * | matlab_to_hikm (mxArray const *mtree, int method_type) |
| void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
| MEX driver entry point. | |
| static VlHIKMNode * | xcreate (VlHIKMTree *tree, mxArray const *mnode, int i) |
Variables | |
| vlmxOption | options [] |
| #define NFIELDS | ( | field_names | ) | (sizeof(field_names)/sizeof(*field_names)) |
Definition at line 39 of file vl_hikmeanspush.c.
| anonymous enum |
Definition at line 28 of file vl_hikmeanspush.c.
| static VlHIKMTree* matlab_to_hikm | ( | mxArray const * | mtree, |
| int | method_type | ||
| ) | [static] |
------------------------------------------------------------------
Definition at line 112 of file vl_hikmeanspush.c.
| void mexFunction | ( | int nout | , |
| mxArray * | out[], | ||
| int | nin, | ||
| const mxArray * | in[] | ||
| ) |
MEX driver entry point.
Definition at line 153 of file vl_hikmeanspush.c.
| static VlHIKMNode* xcreate | ( | VlHIKMTree * | tree, |
| mxArray const * | mnode, | ||
| int | i | ||
| ) | [static] |
------------------------------------------------------------------
Definition at line 48 of file vl_hikmeanspush.c.
{
{"Method", 1, opt_method },
{"Verbose", 0, opt_verbose },
{0, 0, 0 }
}
Definition at line 33 of file vl_hikmeanspush.c.