vl_fisher MEX definition. More...

Go to the source code of this file.
Enumerations | |
| enum | { opt_verbose, opt_normalized, opt_square_root, opt_improved, opt_fast } |
Functions | |
| void | mexFunction (int nout VL_UNUSED, mxArray *out[], int nin, const mxArray *in[]) |
Variables | |
| vlmxOption | options [] |
vl_fisher MEX definition.
Definition in file vl_fisher.c.
| anonymous enum |
Definition at line 20 of file vl_fisher.c.
| void mexFunction | ( | int nout | VL_UNUSED, |
| mxArray * | out[], | ||
| int | nin, | ||
| const mxArray * | in[] | ||
| ) |
Definition at line 38 of file vl_fisher.c.
{
{"Verbose", 0, opt_verbose },
{"Normalized", 0, opt_normalized },
{"SquareRoot", 0, opt_square_root },
{"Improved", 0, opt_improved },
{"Fast", 0, opt_fast }
}
Definition at line 28 of file vl_fisher.c.