OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
op::WKeypointScaler< TDatums > Class Template Reference

#include <wKeypointScaler.hpp>

Inheritance diagram for op::WKeypointScaler< TDatums >:
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 ()
 
void initializationOnThreadNoException ()
 
bool checkAndWork (TDatums &tDatums)
 
bool isRunning () const
 
void stop ()
 
virtual void tryStop ()
 

Additional Inherited Members

Detailed Description

template<typename TDatums>
class op::WKeypointScaler< TDatums >

Definition at line 11 of file wKeypointScaler.hpp.

Constructor & Destructor Documentation

◆ WKeypointScaler()

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

Definition at line 36 of file wKeypointScaler.hpp.

◆ ~WKeypointScaler()

template<typename TDatums >
op::WKeypointScaler< TDatums >::~WKeypointScaler
virtual

Definition at line 42 of file wKeypointScaler.hpp.

Member Function Documentation

◆ initializationOnThread()

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

Implements op::Worker< TDatums >.

Definition at line 47 of file wKeypointScaler.hpp.

◆ work()

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

Implements op::Worker< TDatums >.

Definition at line 52 of file wKeypointScaler.hpp.


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