Enumerations | Functions | Variables
vl_fisher.c File Reference

vl_fisher MEX definition. More...

#include <vl/fisher.h>
#include <mexutils.h>
#include <string.h>
#include <stdio.h>
Include dependency graph for vl_fisher.c:

Go to the source code of this file.

Enumerations

enum  {
  opt_verbose, opt_normalized, opt_square_root, opt_improved,
  opt_fast
}

Functions

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

Variables

vlmxOption options []

Detailed Description

vl_fisher MEX definition.

Author:
Andrea Vedaldi
David Novotny

Definition in file vl_fisher.c.


Enumeration Type Documentation

anonymous enum
Enumerator:
opt_verbose 
opt_normalized 
opt_square_root 
opt_improved 
opt_fast 

Definition at line 20 of file vl_fisher.c.


Function Documentation

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

Definition at line 38 of file vl_fisher.c.


Variable Documentation

Initial value:
 {
  {"Verbose",             0,   opt_verbose                  },
  {"Normalized",          0,   opt_normalized               },
  {"SquareRoot",          0,   opt_square_root              },
  {"Improved",            0,   opt_improved                 },
  {"Fast",                0,   opt_fast                     }
}

Definition at line 28 of file vl_fisher.c.



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