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

#include <wKeepTopNPeople.hpp>

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

Public Member Functions

 WKeepTopNPeople (const std::shared_ptr< KeepTopNPeople > &keepTopNPeople)
 
virtual ~WKeepTopNPeople ()
 
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::WKeepTopNPeople< TDatums >

Definition at line 11 of file wKeepTopNPeople.hpp.

Constructor & Destructor Documentation

◆ WKeepTopNPeople()

template<typename TDatums >
op::WKeepTopNPeople< TDatums >::WKeepTopNPeople ( const std::shared_ptr< KeepTopNPeople > &  keepTopNPeople)
explicit

Definition at line 36 of file wKeepTopNPeople.hpp.

◆ ~WKeepTopNPeople()

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

Definition at line 42 of file wKeepTopNPeople.hpp.

Member Function Documentation

◆ initializationOnThread()

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

Implements op::Worker< TDatums >.

Definition at line 47 of file wKeepTopNPeople.hpp.

◆ work()

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

Implements op::Worker< TDatums >.

Definition at line 52 of file wKeepTopNPeople.hpp.


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