Enumerations | Functions | Variables
vl_hog.c File Reference

vl_hog MEX definition. More...

#include <mexutils.h>
#include <vl/hog.h>
Include dependency graph for vl_hog.c:

Go to the source code of this file.

Enumerations

enum  {
  opt_verbose, opt_variant, opt_num_orientations, opt_directed_polar_field,
  opt_undirected_polar_field, opt_bilinear_orientations
}
enum  InputType { Image, DirectedPolarField, UndirectedPolarField }
enum  Mode { ExtractFeatures, Render, GetPermutation }

Functions

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

Variables

static char const * inputTypeNames []
vlmxOption options []

Detailed Description

vl_hog MEX definition.

Author:
Andrea Vedaldi

Definition in file vl_hog.c.


Enumeration Type Documentation

anonymous enum
Enumerator:
opt_verbose 
opt_variant 
opt_num_orientations 
opt_directed_polar_field 
opt_undirected_polar_field 
opt_bilinear_orientations 

Definition at line 18 of file vl_hog.c.

enum InputType
Enumerator:
Image 
DirectedPolarField 
UndirectedPolarField 

Definition at line 38 of file vl_hog.c.

enum Mode
Enumerator:
ExtractFeatures 
Render 
GetPermutation 

Definition at line 37 of file vl_hog.c.


Function Documentation

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

Definition at line 47 of file vl_hog.c.


Variable Documentation

char const* inputTypeNames[] [static]
Initial value:
 {
  "Image",
  "DirectedPolarField",
  "UndirectedPolarField"
}

Definition at line 40 of file vl_hog.c.

Initial value:
 {
  {"Verbose",              0,   opt_verbose                      },
  {"Variant",              1,   opt_variant                      },
  {"NumOrientations",      1,   opt_num_orientations             },
  {"DirectedPolarField",   0,   opt_directed_polar_field         },
  {"UndirectedPolarField", 0,   opt_undirected_polar_field       },
  {"BilinearOrientations", 0,   opt_bilinear_orientations        },
  {0,                      0,   0                                }
}

Definition at line 27 of file vl_hog.c.



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