Enumerations | Functions | Variables
vl_sift.c File Reference
#include <mexutils.h>
#include <vl/mathop.h>
#include <vl/sift.h>
#include <math.h>
#include <assert.h>
Include dependency graph for vl_sift.c:

Go to the source code of this file.

Enumerations

enum  {
  opt_octaves = 0, opt_levels, opt_first_octave, opt_frames,
  opt_edge_thresh, opt_peak_thresh, opt_norm_thresh, opt_magnif,
  opt_window_size, opt_orientations, opt_float_descriptors, opt_verbose
}

Functions

vl_bool check_sorted (double const *keys, vl_size nkeys)
static int korder (void const *a, void const *b)
void mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[])
 MEX entry point.
VL_INLINE void transpose_descriptor (vl_sift_pix *dst, vl_sift_pix *src)

Variables

vlmxOption options []

Enumeration Type Documentation

anonymous enum
Enumerator:
opt_octaves 
opt_levels 
opt_first_octave 
opt_frames 
opt_edge_thresh 
opt_peak_thresh 
opt_norm_thresh 
opt_magnif 
opt_window_size 
opt_orientations 
opt_float_descriptors 
opt_verbose 

Definition at line 23 of file vl_sift.c.


Function Documentation

vl_bool check_sorted ( double const *  keys,
vl_size  nkeys 
)

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

Definition at line 116 of file vl_sift.c.

static int korder ( void const *  a,
void const *  b 
) [static]

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

Definition at line 98 of file vl_sift.c.

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

MEX entry point.

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

Definition at line 133 of file vl_sift.c.

VL_INLINE void transpose_descriptor ( vl_sift_pix dst,
vl_sift_pix src 
)

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

Definition at line 69 of file vl_sift.c.


Variable Documentation

Initial value:
 {
  {"Octaves",          1,   opt_octaves           },
  {"Levels",           1,   opt_levels            },
  {"FirstOctave",      1,   opt_first_octave      },
  {"Frames",           1,   opt_frames            },
  {"PeakThresh",       1,   opt_peak_thresh       },
  {"EdgeThresh",       1,   opt_edge_thresh       },
  {"NormThresh",       1,   opt_norm_thresh       },
  {"Magnif",           1,   opt_magnif            },
  {"WindowSize",       1,   opt_window_size       },
  {"Orientations",     0,   opt_orientations      },
  {"FloatDescriptors", 0,   opt_float_descriptors },
  {"Verbose",          0,   opt_verbose           },
  {0,                  0,   0                     }
}

Definition at line 39 of file vl_sift.c.



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