|
libvot
0.1.3
A C++11 multithread library for image retrieval
|
global parameters and utility functions More...
Go to the source code of this file.
Classes | |
| class | vot::GlobalParam |
| global parameters More... | |
Namespaces | |
| vot | |
| namespace vot contains libvot functions and classes. | |
Macros | |
| #define | DTYPE unsigned char |
| #define | LTYPE float |
| #define | FDIM 128 |
Enumerations | |
| enum | vot::LIBVOT_FEATURE_TYPE { vot::OPENCV_SIFT = 0, vot::VLFEAT_SIFT = 1 } |
| feature type used in libvot_feature More... | |
| enum | vot::SiftType { vot::E3D_SIFT = 0, vot::OPENMVG_FEAT = 1 } |
| sift feature type used in vocabulary tree More... | |
Functions | |
| void | vot::showi (int i) |
| void | vot::showd (double d) |
| void | vot::showf (double f) |
| void | vot::shows (std::string s) |
global parameters and utility functions
This file contains some global parameters shared by the whole libvot project, such as feature type enum, etc.
| #define DTYPE unsigned char |
| #define FDIM 128 |
| #define LTYPE float |
1.8.9.1