Enumerations | Functions | Variables
vl_homkermap.c File Reference
#include "mexutils.h"
#include <vl/homkermap.h>
#include <vl/mathop.h>
#include <vl/stringop.h>
Include dependency graph for vl_homkermap.c:

Go to the source code of this file.

Enumerations

enum  {
  opt_KCHI2, opt_KL1, opt_KJS, opt_KINTERS,
  opt_kernel, opt_gamma, opt_period, opt_window
}

Functions

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

Variables

vlmxOption options []

Enumeration Type Documentation

anonymous enum
Enumerator:
opt_KCHI2 
opt_KL1 
opt_KJS 
opt_KINTERS 
opt_kernel 
opt_gamma 
opt_period 
opt_window 

Definition at line 19 of file vl_homkermap.c.


Function Documentation

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

Definition at line 47 of file vl_homkermap.c.


Variable Documentation

Initial value:
 {
  {"kl1",          0,   opt_KL1           },
  {"kchi2",        0,   opt_KCHI2         },
  {"kjs",          0,   opt_KJS           },
  {"kinters",      0,   opt_KINTERS       },
  {"kernel",       1,   opt_kernel        },
  {"gamma",        1,   opt_gamma         },
  {"period",       1,   opt_period        },
  {"window",       1,   opt_window        },
  {0,              0,   0                 }
}

Definition at line 30 of file vl_homkermap.c.



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