Enumerations | Functions | Variables
vl_alldist.c File Reference

vl_alldist - MEX implementation More...

#include "mexutils.h"
#include <vl/mathop.h>
Include dependency graph for vl_alldist.c:

Go to the source code of this file.

Enumerations

enum  {
  opt_LINF, opt_L2, opt_L1, opt_L0,
  opt_CHI2, opt_HELL, opt_JS, opt_KL2,
  opt_KL1, opt_KCHI2, opt_KHELL, opt_KJS
}

Functions

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

Variables

vlmxOption options []

Detailed Description

vl_alldist - MEX implementation

Author:
Andrea Vedaldi

Definition in file vl_alldist.c.


Enumeration Type Documentation

anonymous enum
Enumerator:
opt_LINF 
opt_L2 
opt_L1 
opt_L0 
opt_CHI2 
opt_HELL 
opt_JS 
opt_KL2 
opt_KL1 
opt_KCHI2 
opt_KHELL 
opt_KJS 

Definition at line 17 of file vl_alldist.c.


Function Documentation

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

Definition at line 53 of file vl_alldist.c.


Variable Documentation

Initial value:
 {
{"linf",         0,   opt_LINF          },
{"l2",           0,   opt_L2            },
{"l1",           0,   opt_L1            },
{"l0",           0,   opt_L0            },
{"chi2",         0,   opt_CHI2          },
{"hell",         0,   opt_HELL          },
{"js",           0,   opt_JS            },

{"kl2",          0,   opt_KL2           },
{"kl1",          0,   opt_KL1           },
{"kchi2",        0,   opt_KCHI2         },
{"khell",        0,   opt_KHELL         },
{"kjs",          0,   opt_KJS           },

{0,              0,   0                 }
}

Definition at line 33 of file vl_alldist.c.



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