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

libvot-side APIs of vlfeat feature implementation More...

#include "vlfeat_libvot_api.h"
#include <cmath>
#include <cstring>

Namespaces

 tw
 namespace tw is mostly related to some utility functions developed by the repository owner, Tianwei Shen.
 

Functions

bool tw::Vlfeature2LibvotSift (std::vector< Vlfeature > const &vlfeature_vec, unsigned char const *data, int image_width, int image_height, int num_channel, tw::SiftData &sift_data)
 
void tw::VlFeatureDetection (unsigned char const *data, std::vector< Vlfeature > &vlfeature_vec, int image_width, int image_height, VlFeatParam const &vlfeat_param)
 
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 implementation

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