KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Friends | List of all members
kjb::psi::Skeleton_detection Class Reference

Skeleton class, a vector of body parts. More...

#include <psi_skeleton_detection.h>

Inheritance diagram for kjb::psi::Skeleton_detection:

Public Member Functions

 Skeleton_detection ()
 
 ~Skeleton_detection ()
 
void set_body_part (size_t body_part, const Bbox &part)
 
void set_score (double score_)
 
const Bboxget_body_part (size_t body_part) const
 
double get_score () const
 
Bbox get_bounding_box () const
 

Friends

std::ostream & operator<< (std::ostream &ost, const Skeleton_detection &skeleton)
 writes part into out stream More...
 
std::istream & operator<< (std::istream &ist, const Skeleton_detection &skeleton)
 

Detailed Description

Skeleton class, a vector of body parts.

Constructor & Destructor Documentation

kjb::psi::Skeleton_detection::Skeleton_detection ( )
inline
kjb::psi::Skeleton_detection::~Skeleton_detection ( )
inline

Member Function Documentation

const Bbox& kjb::psi::Skeleton_detection::get_body_part ( size_t  body_part) const
inline
Bbox kjb::psi::Skeleton_detection::get_bounding_box ( ) const
double kjb::psi::Skeleton_detection::get_score ( ) const
inline
void kjb::psi::Skeleton_detection::set_body_part ( size_t  body_part,
const Bbox part 
)
inline
void kjb::psi::Skeleton_detection::set_score ( double  score_)
inline

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  ost,
const Skeleton_detection skeleton 
)
friend

writes part into out stream

std::istream& operator<< ( std::istream &  ist,
const Skeleton_detection skeleton 
)
friend

The documentation for this class was generated from the following files: