#include <mexutils.h>#include <vl/kdtree.h>#include <assert.h>#include <string.h>#include "kdtree.h"
Go to the source code of this file.
Enumerations | |
| enum | { opt_verbose, opt_num_neighs, opt_max_num_comparisons, opt_multithreading } |
Functions | |
| void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
| MEX entry point. | |
Variables | |
| vlmxOption | options [] |
| anonymous enum |
Definition at line 24 of file vl_kdtreequery.c.
| void mexFunction | ( | int nout | , |
| mxArray * | out[], | ||
| int | nin, | ||
| const mxArray * | in[] | ||
| ) |
MEX entry point.
------------------------------------------------------------------
Definition at line 42 of file vl_kdtreequery.c.
{
{"Verbose", 0, opt_verbose },
{"NumNeighbors", 1, opt_num_neighs },
{"MaxComparisons", 1, opt_max_num_comparisons },
{"MaxNumComparisons", 1, opt_max_num_comparisons },
{0, 0, 0 }
}
Definition at line 29 of file vl_kdtreequery.c.