OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
op::WKeypointScaler< TDatums > Class Template Reference

#include <wKeypointScaler.hpp>

Inherits op::Worker< TDatums >.

Public Member Functions

 WKeypointScaler (const std::shared_ptr< KeypointScaler > &keypointScaler)
 
virtual ~WKeypointScaler ()
 
void initializationOnThread ()
 
void work (TDatums &tDatums)
 
- Public Member Functions inherited from op::Worker< TDatums >
 Worker ()
 
virtual ~Worker ()
 
bool checkAndWork (TDatums &tDatums)
 
bool isRunning () const
 
void stop ()
 
virtual void tryStop ()
 

Additional Inherited Members

Constructor & Destructor Documentation

template<typename TDatums >
op::WKeypointScaler< TDatums >::WKeypointScaler ( const std::shared_ptr< KeypointScaler > &  keypointScaler)
explicit
template<typename TDatums >
op::WKeypointScaler< TDatums >::~WKeypointScaler ( )
virtual

Member Function Documentation

template<typename TDatums >
void op::WKeypointScaler< TDatums >::initializationOnThread ( )
virtual

Implements op::Worker< TDatums >.

template<typename TDatums >
void op::WKeypointScaler< TDatums >::work ( TDatums &  tDatums)
virtual

Implements op::Worker< TDatums >.


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