#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <openpose/core/common.hpp>
#include <openpose/producer/enumClasses.hpp>
Go to the source code of this file.
|
OP_API std::shared_ptr< Producer > | op::createProducer (const ProducerType producerType=ProducerType::None, const std::string &producerString="", const Point< int > &cameraResolution=Point< int >{-1,-1}, const double webcamFps=30., const std::string &cameraParameterPath="models/cameraParameters/", const bool undistortImage=true, const unsigned int imageDirectoryStereo=-1) |
|