libvot
0.1.3
A C++11 multithread library for image retrieval
|
libvot-side APIs of vlfeat feature More...
Go to the source code of this file.
Classes | |
struct | tw::VlFeatParam |
a parameter struct used in calling vlfeat sift function More... | |
struct | tw::Vlfeature |
a struct containing the data of vlfeat features More... | |
Namespaces | |
tw | |
namespace tw is mostly related to some utility functions developed by the repository owner, Tianwei Shen. | |
Functions | |
int | tw::RunVlFeature (unsigned char *data, int image_width, int image_height, int num_channel, SiftData &sift_data, VlFeatParam const &vlfeat_param) |
libvot-side APIs of vlfeat feature
It contains some utility functions for the use of vlfeat in libvot