#include <mexutils.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <assert.h>
#include <vl/generic.h>
#include <vl/ikmeans.h>
Go to the source code of this file.
Enumerations | |
enum | { opt_method, opt_verbose } |
Functions | |
void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
Variables | |
vlmxOption | options [] |
anonymous enum |
Definition at line 25 of file vl_ikmeanspush.c.
void mexFunction | ( | int nout | , |
mxArray * | out[], | ||
int | nin, | ||
const mxArray * | in[] | ||
) |
----------------------------------------------------------------- Check the arguments --------------------------------------------------------------
----------------------------------------------------------------- Check the arguments --------------------------------------------------------------
Definition at line 38 of file vl_ikmeanspush.c.
{ {"Method", 1, opt_method }, {"Verbose", 0, opt_verbose }, {0, 0, 0 } }
Definition at line 30 of file vl_ikmeanspush.c.