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

#include <wHandDetectorFromTxt.hpp>

Inheritance diagram for op::WHandDetectorFromTxt< TDatums >:
op::Worker< TDatums >

Public Member Functions

 WHandDetectorFromTxt (const std::shared_ptr< HandDetectorFromTxt > &handDetectorFromTxt)
 
virtual ~WHandDetectorFromTxt ()
 
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::WHandDetectorFromTxt< TDatums >

Definition at line 11 of file wHandDetectorFromTxt.hpp.

Constructor & Destructor Documentation

◆ WHandDetectorFromTxt()

template<typename TDatums >
op::WHandDetectorFromTxt< TDatums >::WHandDetectorFromTxt ( const std::shared_ptr< HandDetectorFromTxt > &  handDetectorFromTxt)
explicit

Definition at line 38 of file wHandDetectorFromTxt.hpp.

◆ ~WHandDetectorFromTxt()

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

Definition at line 44 of file wHandDetectorFromTxt.hpp.

Member Function Documentation

◆ initializationOnThread()

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

Implements op::Worker< TDatums >.

Definition at line 49 of file wHandDetectorFromTxt.hpp.

◆ work()

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

Implements op::Worker< TDatums >.

Definition at line 54 of file wHandDetectorFromTxt.hpp.


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