KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Enumerations | Functions
d_type.h File Reference
#include <string>
#include <vector>
#include <istream>
#include <ostream>

Go to the source code of this file.

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Enumerations

enum  kjb::Detection_type {
  kjb::DEVA, kjb::CV_FRONTAL_DEFAULT, kjb::CV_FRONTAL_ALT, kjb::CV_FRONTAL_ALT2,
  kjb::CV_FRONTAL_ALT_TREE, kjb::CV_PROFILE, kjb::FACE_COM, kjb::NUM_DETECTION_TYPES
}
 

Functions

std::vector< std::string > kjb::get_all_detection_type_names ()
 Get all types. More...
 
const std::string & kjb::get_detection_type_name (Detection_type type)
 Get the name of a detection type. More...
 
Detection_type kjb::get_detection_type (const std::string &name)
 Get the type of a detection name. More...
 
std::ostream & kjb::operator<< (std::ostream &ost, Detection_type type)
 Stream out an detection. More...
 
std::istream & kjb::operator>> (std::istream &ist, Detection_type &type)
 Stream in an detection. More...