7 #ifndef VLFEAT_LIBVOT_API_H
8 #define VLFEAT_LIBVOT_API_H
11 #include <vl/generic.h>
39 int RunVlFeature(
unsigned char *data,
int image_width,
int image_height,
int num_channel,
a struct containing the data of vlfeat features
Definition: vlfeat_libvot_api.h:31
VlFeatParam()
Definition: vlfeat_libvot_api.h:22
float x
Definition: vlfeat_libvot_api.h:32
float descr[128]
Definition: vlfeat_libvot_api.h:36
double edge_thresh
Definition: vlfeat_libvot_api.h:23
float y
Definition: vlfeat_libvot_api.h:33
int RunVlFeature(unsigned char *data, int image_width, int image_height, int num_channel, SiftData &sift_data, VlFeatParam const &vlfeat_param)
Definition: vlfeat_libvot_api.cpp:161
float scale
Definition: vlfeat_libvot_api.h:34
double peak_thresh
Definition: vlfeat_libvot_api.h:24
Sift data structure used in libvot.
Definition: data_types.h:22
float orientation
Definition: vlfeat_libvot_api.h:35
namespace tw is mostly related to some utility functions developed by the repository owner...
Definition: opencv_libvot_api.cpp:12
double magnif
Definition: vlfeat_libvot_api.h:25
a parameter struct used in calling vlfeat sift function
Definition: vlfeat_libvot_api.h:21
internal data types (structs and classes) used in libvot