Enumerations | Functions | Variables
vl_liop.c File Reference
#include <mexutils.h>
#include <vl/liop.h>
#include <vl/mathop.h>
#include <assert.h>
Include dependency graph for vl_liop.c:

Go to the source code of this file.

Enumerations

enum  {
  opt_num_neighbours, opt_num_spatial_bins, opt_radius, opt_intensity_threshold,
  opt_verbose
}

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_num_neighbours 
opt_num_spatial_bins 
opt_radius 
opt_intensity_threshold 
opt_verbose 

Definition at line 22 of file vl_liop.c.


Function Documentation

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

MEX entry point.

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

Definition at line 45 of file vl_liop.c.


Variable Documentation

Initial value:
 {
{"NumNeighbours",      1,   opt_num_neighbours       },
{"NumSpatialBins",     1,   opt_num_spatial_bins     },
{"Radius",             1,   opt_radius               },
{"IntensityThreshold", 1,   opt_intensity_threshold  },
{"Verbose",            0,   opt_verbose              },
{0,                    0,   0                        }
}

Definition at line 31 of file vl_liop.c.



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