OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
#include <subThread.hpp>
Public Member Functions | |
SubThread (const std::vector< TWorker > &tWorkers) | |
virtual | ~SubThread () |
void | initializationOnThread () |
virtual bool | work ()=0 |
Protected Member Functions | |
size_t | getTWorkersSize () const |
bool | workTWorkers (TDatums &tDatums, const bool inputIsRunning) |
Definition at line 10 of file subThread.hpp.
|
explicit |
Definition at line 45 of file subThread.hpp.
|
virtual |
Definition at line 51 of file subThread.hpp.
|
inlineprotected |
Definition at line 23 of file subThread.hpp.
void op::SubThread< TDatums, TWorker >::initializationOnThread |
Definition at line 141 of file subThread.hpp.
|
pure virtual |
|
protected |
Definition at line 56 of file subThread.hpp.