OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
#include <atomic>
#include <limits>
#include <openpose/core/common.hpp>
#include <openpose/core/datum.hpp>
#include <openpose/utilities/fastMath.hpp>
#include <openpose/producer/producer.hpp>
#include <openpose/producer/datumProducer.hpp>
#include <openpose/utilities/openCv.hpp>
Go to the source code of this file.
Classes | |
class | op::DatumProducer< TDatum > |
Namespaces | |
op | |
Functions | |
OP_API void | op::datumProducerConstructor (const std::shared_ptr< Producer > &producerSharedPtr, const unsigned long long frameFirst, const unsigned long long frameStep, const unsigned long long frameLast) |
OP_API void | op::datumProducerConstructorTooManyConsecutiveEmptyFrames (unsigned int &numberConsecutiveEmptyFrames, const bool emptyFrame) |
OP_API bool | op::datumProducerConstructorRunningAndGetDatumIsDatumProducerRunning (const std::shared_ptr< Producer > &producerSharedPtr, const unsigned long long numberFramesToProcess, const unsigned long long globalCounter) |
OP_API void | op::datumProducerConstructorRunningAndGetDatumApplyPlayerControls (const std::shared_ptr< Producer > &producerSharedPtr, const std::shared_ptr< std::pair< std::atomic< bool >, std::atomic< int >>> &videoSeekSharedPtr) |
OP_API unsigned long long | op::datumProducerConstructorRunningAndGetNextFrameNumber (const std::shared_ptr< Producer > &producerSharedPtr) |
OP_API void | op::datumProducerConstructorRunningAndGetDatumFrameIntegrity (Matrix &matrix) |