KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
d_deva_facemark.h File Reference
#include <m_cpp/m_vector.h>
#include <string>
#include <vector>
#include <iostream>
#include <iterator>
#include <algorithm>

Go to the source code of this file.

Classes

class  kjb::Deva_facemark
 

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Functions

std::vector< Deva_facemarkkjb::parse_deva_facemark (std::istream &is)
 Parse the output from Deva's face detector into a vector of Deva_facemark. More...
 
Deva_facemark kjb::parse_deva_facemark_line (const std::string &line)
 Parse the output from Deva's face detector. More...
 
void kjb::write_deva_facemark (const std::vector< Deva_facemark > &faces, std::ostream &os)
 Write the output from Deva's face detector into a vector of Deva_facemark. More...
 
void kjb::write_deva_facemark_line (const Deva_facemark &face, std::ostream &os)
 Write the output from Deva's face detector. More...