![]() |
OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
#include <wQueueOrderer.hpp>
Public Member Functions | |
| WQueueOrderer (const unsigned int maxBufferSize=64u) | |
| virtual | ~WQueueOrderer () |
| void | initializationOnThread () |
| void | work (TDatums &tDatums) |
| void | tryStop () |
Public Member Functions inherited from op::Worker< TDatums > | |
| Worker () | |
| virtual | ~Worker () |
| void | initializationOnThreadNoException () |
| bool | checkAndWork (TDatums &tDatums) |
| bool | isRunning () const |
| void | stop () |
Additional Inherited Members |
Definition at line 12 of file wQueueOrderer.hpp.
|
explicit |
Definition at line 44 of file wQueueOrderer.hpp.
|
virtual |
Definition at line 53 of file wQueueOrderer.hpp.
|
virtual |
Implements op::Worker< TDatums >.
Definition at line 58 of file wQueueOrderer.hpp.
|
virtual |
Reimplemented from op::Worker< TDatums >.
Definition at line 159 of file wQueueOrderer.hpp.
|
virtual |
Implements op::Worker< TDatums >.
Definition at line 63 of file wQueueOrderer.hpp.