Enumerations | Functions | Variables
vl_kdtreebuild.c File Reference
#include <mexutils.h>
#include <vl/kdtree.h>
#include <vl/stringop.h>
#include <assert.h>
#include <string.h>
#include "kdtree.h"
Include dependency graph for vl_kdtreebuild.c:

Go to the source code of this file.

Enumerations

enum  { opt_verbose, opt_threshold_method, opt_num_trees, opt_distance }

Functions

void mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[])
 MEX entry point.

Variables

vlmxOption options []

Enumeration Type Documentation

anonymous enum
Enumerator:
opt_verbose 
opt_threshold_method 
opt_num_trees 
opt_distance 

Definition at line 25 of file vl_kdtreebuild.c.


Function Documentation

void mexFunction ( int nout  ,
mxArray *  out[],
int  nin,
const mxArray *  in[] 
)

MEX entry point.

------------------------------------------------------------------

Definition at line 43 of file vl_kdtreebuild.c.


Variable Documentation

Initial value:
 {
{"Verbose",          0,   opt_verbose          },
{"ThresholdMethod",  1,   opt_threshold_method },
{"NumTrees",         1,   opt_num_trees        },
{"Distance",         1,   opt_distance         },
{0,                  0,   0                    }
}

Definition at line 30 of file vl_kdtreebuild.c.



libvlfeat
Author(s): Andrea Vedaldi
autogenerated on Thu Jun 6 2019 20:25:52