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

global parameters and utility functions implementation More...

#include <iostream>
#include <string>
#include "global_params.h"

Namespaces

 vot
 namespace vot contains libvot functions and classes.
 

Functions

void vot::showi (int i)
 
void vot::showd (double d)
 
void vot::showf (float f)
 
void vot::shows (std::string s)
 

Detailed Description

global parameters and utility functions implementation

This file contains some global parameters shared by the whole libvot project, such as feature type enum, etc.