OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
#include <wHandExtractorNet.hpp>
Public Member Functions | |
WHandExtractorNet (const std::shared_ptr< HandExtractorNet > &handExtractorNet) | |
virtual | ~WHandExtractorNet () |
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 |
Definition at line 11 of file wHandExtractorNet.hpp.
|
explicit |
Definition at line 38 of file wHandExtractorNet.hpp.
|
virtual |
Definition at line 44 of file wHandExtractorNet.hpp.
|
virtual |
Implements op::Worker< TDatums >.
Definition at line 49 of file wHandExtractorNet.hpp.
|
virtual |
Implements op::Worker< TDatums >.
Definition at line 55 of file wHandExtractorNet.hpp.