KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
pt_data.h File Reference
#include <mcmcda_cpp/mcmcda_data.h>
#include <people_tracking_cpp/pt_detection_box.h>
#include <detector_cpp/d_deva_facemark.h>
#include <set>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  kjb::pt::Box_data
 

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 
 kjb::pt
 

Typedefs

typedef std::vector
< std::vector< Deva_facemark > > 
kjb::pt::Facemark_data
 

Functions

Deva_facemark kjb::pt::build_deva_facemark (const Vector &lefe_eye, const Vector &right_eye, const Vector &nose, const Vector &left_mouth, const Vector &right_mouth, double yaw)
 Constructor. More...
 
Facemark_data kjb::pt::parse_deva_facemarks (const std::vector< std::string > &fps, double img_width, double img_height)
 
void kjb::pt::write_deva_facemarks (const Facemark_data &fm_data, const std::vector< std::string > &fps, double img_width, double img_height)