vl_alldist - MEX implementation More...
Go to the source code of this file.
Enumerations | |
enum | { opt_LINF, opt_L2, opt_L1, opt_L0, opt_CHI2, opt_HELL, opt_JS, opt_KL2, opt_KL1, opt_KCHI2, opt_KHELL, opt_KJS } |
Functions | |
void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
Variables | |
vlmxOption | options [] |
vl_alldist - MEX implementation
Definition in file vl_alldist.c.
anonymous enum |
opt_LINF | |
opt_L2 | |
opt_L1 | |
opt_L0 | |
opt_CHI2 | |
opt_HELL | |
opt_JS | |
opt_KL2 | |
opt_KL1 | |
opt_KCHI2 | |
opt_KHELL | |
opt_KJS |
Definition at line 17 of file vl_alldist.c.
void mexFunction | ( | int nout | , |
mxArray * | out[], | ||
int | nin, | ||
const mxArray * | in[] | ||
) |
Definition at line 53 of file vl_alldist.c.
{ {"linf", 0, opt_LINF }, {"l2", 0, opt_L2 }, {"l1", 0, opt_L1 }, {"l0", 0, opt_L0 }, {"chi2", 0, opt_CHI2 }, {"hell", 0, opt_HELL }, {"js", 0, opt_JS }, {"kl2", 0, opt_KL2 }, {"kl1", 0, opt_KL1 }, {"kchi2", 0, opt_KCHI2 }, {"khell", 0, opt_KHELL }, {"kjs", 0, opt_KJS }, {0, 0, 0 } }
Definition at line 33 of file vl_alldist.c.