vl_hog MEX definition. More...

Go to the source code of this file.
Enumerations | |
| enum | { opt_verbose, opt_variant, opt_num_orientations, opt_directed_polar_field, opt_undirected_polar_field, opt_bilinear_orientations } |
| enum | InputType { Image, DirectedPolarField, UndirectedPolarField } |
| enum | Mode { ExtractFeatures, Render, GetPermutation } |
Functions | |
| void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
Variables | |
| static char const * | inputTypeNames [] |
| vlmxOption | options [] |
vl_hog MEX definition.
Definition in file vl_hog.c.
| anonymous enum |
| enum InputType |
| void mexFunction | ( | int nout | , |
| mxArray * | out[], | ||
| int | nin, | ||
| const mxArray * | in[] | ||
| ) |
char const* inputTypeNames[] [static] |
{
{"Verbose", 0, opt_verbose },
{"Variant", 1, opt_variant },
{"NumOrientations", 1, opt_num_orientations },
{"DirectedPolarField", 0, opt_directed_polar_field },
{"UndirectedPolarField", 0, opt_undirected_polar_field },
{"BilinearOrientations", 0, opt_bilinear_orientations },
{0, 0, 0 }
}