vl_slic More...

Go to the source code of this file.
Enumerations | |
| enum | { opt_verbose, opt_min_segment_size } |
Functions | |
| void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
| MEX entry point. | |
Variables | |
| vlmxOption | options [] |
vl_slic
Definition in file vl_slic.c.
| anonymous enum |
| void mexFunction | ( | int nout | , |
| mxArray * | out[], | ||
| int | nin, | ||
| const mxArray * | in[] | ||
| ) |
{
{"Verbose", 0, opt_verbose },
{"MinRegionSize", 1, opt_min_segment_size },
{0, 0, 0 }
}