Go to the source code of this file.
Defines | |
#define | REMAIN(test, num) |
Enumerations | |
enum | { opt_delta = 0, opt_max_area, opt_min_area, opt_max_variation, opt_min_diversity, opt_bright_on_dark, opt_dark_on_bright, opt_verbose } |
Functions | |
void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
MEX entry point. | |
Variables | |
vlmxOption | options [] |
#define REMAIN | ( | test, | |
num | |||
) |
mexPrintf("mser: %5d (%7.3g %% of previous) " test "\n", \ tot-(num),100.0*(double)(tot-(num))/(tot+VL_EPSILON_D)) ; \ tot -= (num) ;
anonymous enum |
void mexFunction | ( | int nout | , |
mxArray * | out[], | ||
int | nin, | ||
const mxArray * | in[] | ||
) |
{ {"Delta", 1, opt_delta }, {"MaxArea", 1, opt_max_area }, {"MinArea", 1, opt_min_area }, {"MaxVariation", 1, opt_max_variation }, {"MinDiversity", 1, opt_min_diversity }, {"BrightOnDark", 1, opt_bright_on_dark }, {"DarkOnBright", 1, opt_dark_on_bright }, {"Verbose", 0, opt_verbose }, {0, 0, 0 } }