Go to the source code of this file.
Enumerations | |
enum | { opt_medoid, opt_verbose } |
Functions | |
void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
MEX entry point. | |
Variables | |
vlmxOption | options [] |
anonymous enum |
Definition at line 21 of file vl_quickshift.c.
void mexFunction | ( | int nout | , |
mxArray * | out[], | ||
int | nin, | ||
const mxArray * | in[] | ||
) |
MEX entry point.
------------------------------------------------------------------
Definition at line 37 of file vl_quickshift.c.
{ {"Medoid", 0, opt_medoid }, {"Verbose", 0, opt_verbose }, {0, 0, 0 } }
Definition at line 26 of file vl_quickshift.c.