
Go to the source code of this file.
Enumerations | |
| enum | { opt_KCHI2, opt_KL1, opt_KJS, opt_KINTERS, opt_kernel, opt_gamma, opt_period, opt_window } |
Functions | |
| void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
Variables | |
| vlmxOption | options [] |
| anonymous enum |
Definition at line 19 of file vl_homkermap.c.
| void mexFunction | ( | int nout | , |
| mxArray * | out[], | ||
| int | nin, | ||
| const mxArray * | in[] | ||
| ) |
Definition at line 47 of file vl_homkermap.c.
{
{"kl1", 0, opt_KL1 },
{"kchi2", 0, opt_KCHI2 },
{"kjs", 0, opt_KJS },
{"kinters", 0, opt_KINTERS },
{"kernel", 1, opt_kernel },
{"gamma", 1, opt_gamma },
{"period", 1, opt_period },
{"window", 1, opt_window },
{0, 0, 0 }
}
Definition at line 30 of file vl_homkermap.c.