Enumerations | Functions | Variables
vl_quickshift.c File Reference
#include <mexutils.h>
#include <vl/quickshift.h>
#include <string.h>
Include dependency graph for vl_quickshift.c:

Go to the source code of this file.

Enumerations

enum  { opt_medoid, 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_medoid 
opt_verbose 

Definition at line 21 of file vl_quickshift.c.


Function Documentation

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

MEX entry point.

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

Definition at line 37 of file vl_quickshift.c.


Variable Documentation

Initial value:
 {
  {"Medoid",              0,   opt_medoid         },
  {"Verbose",             0,   opt_verbose        },
  {0,                     0,   0                  }
}

Definition at line 26 of file vl_quickshift.c.



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