libvot  0.1.3
A C++11 multithread library for image retrieval
Classes | Namespaces | Functions
vlfeat_libvot_api.h File Reference

libvot-side APIs of vlfeat feature More...

#include <vl/generic.h>
#include <vl/sift.h>
#include "utils/data_types.h"
#include <string>

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)
 

Detailed Description

libvot-side APIs of vlfeat feature

It contains some utility functions for the use of vlfeat in libvot