OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
#include <datumProducer.hpp>
Public Member Functions | |
DatumProducer (const std::shared_ptr< Producer > &producerSharedPtr, const unsigned long long frameFirst=0, const unsigned long long frameStep=1, const unsigned long long frameLast=std::numeric_limits< unsigned long long >::max(), const std::shared_ptr< std::pair< std::atomic< bool >, std::atomic< int >>> &videoSeekSharedPtr=nullptr) | |
virtual | ~DatumProducer () |
std::pair< bool, std::shared_ptr< std::vector< std::shared_ptr< TDatum > > > > | checkIfRunningAndGetDatum () |
Definition at line 14 of file datumProducer.hpp.
|
explicit |
Definition at line 68 of file datumProducer.hpp.
|
virtual |
Definition at line 92 of file datumProducer.hpp.
std::pair< bool, std::shared_ptr< std::vector< std::shared_ptr< TDatum > > > > op::DatumProducer< TDatum >::checkIfRunningAndGetDatum |
Definition at line 97 of file datumProducer.hpp.