OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
#include <subThreadQueueInOut.hpp>
Public Member Functions | |
SubThreadQueueInOut (const std::vector< TWorker > &tWorkers, const std::shared_ptr< TQueue > &tQueueIn, const std::shared_ptr< TQueue > &tQueueOut) | |
virtual | ~SubThreadQueueInOut () |
bool | work () |
Definition at line 12 of file subThreadQueueInOut.hpp.
op::SubThreadQueueInOut< TDatums, TWorker, TQueue >::SubThreadQueueInOut | ( | const std::vector< TWorker > & | tWorkers, |
const std::shared_ptr< TQueue > & | tQueueIn, | ||
const std::shared_ptr< TQueue > & | tQueueOut | ||
) |
Definition at line 38 of file subThreadQueueInOut.hpp.
|
virtual |
Definition at line 50 of file subThreadQueueInOut.hpp.
bool op::SubThreadQueueInOut< TDatums, TWorker, TQueue >::work |
Definition at line 55 of file subThreadQueueInOut.hpp.