#include <mexutils.h>#include <vl/mathop.h>#include <vl/sift.h>#include <math.h>#include <assert.h>
Go to the source code of this file.
Enumerations | |
| enum | { opt_magnif, opt_float_descriptors, opt_norm_thresh, opt_verbose } |
Functions | |
| void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
| MEX entry point. | |
| VL_INLINE void | transpose_descriptor (vl_sift_pix *dst, vl_sift_pix *src) |
Variables | |
| vlmxOption | options [] |
| anonymous enum |
Definition at line 23 of file vl_siftdescriptor.c.
| void mexFunction | ( | int nout | , |
| mxArray * | out[], | ||
| int | nin, | ||
| const mxArray * | in[] | ||
| ) |
MEX entry point.
------------------------------------------------------------------
Definition at line 76 of file vl_siftdescriptor.c.
| VL_INLINE void transpose_descriptor | ( | vl_sift_pix * | dst, |
| vl_sift_pix * | src | ||
| ) |
------------------------------------------------------------------
Definition at line 53 of file vl_siftdescriptor.c.
{
{"Magnif", 1, opt_magnif },
{"Verbose", 0, opt_verbose },
{"FloatDescriptors", 0, opt_float_descriptors },
{"NormThresh", 1, opt_norm_thresh },
{0, 0, 0 }
}
Definition at line 31 of file vl_siftdescriptor.c.