KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Variables
d_type.cpp File Reference
#include <detector_cpp/d_type.h>
#include <string>
#include <ostream>
#include <istream>
#include <vector>
#include <ios>
#include <iomanip>
#include <boost/bimap.hpp>
#include <boost/bimap/list_of.hpp>
#include <boost/assign.hpp>

Typedefs

typedef boost::bimap
< Detection_type, std::string > 
Detection_type_map
 
typedef
Detection_type_map::value_type 
Detection_map_entry
 

Variables

const Detection_type_map detection_type_map
 

Typedef Documentation

typedef Detection_type_map::value_type Detection_map_entry
typedef boost::bimap<Detection_type, std::string> Detection_type_map

Variable Documentation

const Detection_type_map detection_type_map
Initial value:
= boost::assign::list_of
(Detection_map_entry(DEVA, std::string("deva_box")))
(Detection_map_entry(CV_FRONTAL_DEFAULT, "cv_frontal_default"))
(Detection_map_entry(CV_FRONTAL_ALT, "cv_frontal_alt"))
(Detection_map_entry(CV_FRONTAL_ALT2, "cv_frontal_alt2"))
(Detection_map_entry(CV_FRONTAL_ALT_TREE, "cv_frontal_alt_tree"))
(Detection_map_entry(FACE_COM, std::string("face_com")))
Definition: d_type.h:39
Detection_type_map::value_type Detection_map_entry
Definition: d_type.cpp:38
Definition: d_type.h:37
Definition: d_type.h:38
Definition: d_type.h:37
Definition: d_type.h:38
Definition: d_type.h:37
Definition: d_type.h:39