
Go to the source code of this file.
Enumerations | |
| enum | { opt_num_neighbours, opt_num_spatial_bins, opt_radius, opt_intensity_threshold, opt_verbose } |
Functions | |
| void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
| MEX entry point. | |
Variables | |
| vlmxOption | options [] |
| anonymous enum |
| void mexFunction | ( | int nout | , |
| mxArray * | out[], | ||
| int | nin, | ||
| const mxArray * | in[] | ||
| ) |
{
{"NumNeighbours", 1, opt_num_neighbours },
{"NumSpatialBins", 1, opt_num_spatial_bins },
{"Radius", 1, opt_radius },
{"IntensityThreshold", 1, opt_intensity_threshold },
{"Verbose", 0, opt_verbose },
{0, 0, 0 }
}