OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
flagsToOpenPose.hpp File Reference

Go to the source code of this file.

Namespaces

 op
 

Functions

OP_API PoseModel op::flagsToPoseModel (const std::string &poseModeString)
 
OP_API ScaleMode op::flagsToScaleMode (const int keypointScale)
 
OP_API ScaleMode op::flagsToHeatMapScaleMode (const int heatMapScale)
 
OP_API ProducerType op::flagsToProducerType (const std::string &imageDirectory, const std::string &videoPath, const std::string &ipCameraPath, const int webcamIndex, const bool flirCamera)
 
OP_API std::shared_ptr< Producer > op::flagsToProducer (const std::string &imageDirectory, const std::string &videoPath, const std::string &ipCameraPath, const int webcamIndex, const bool flirCamera=false, const std::string &cameraResolution="-1x-1", const double webcamFps=30., const std::string &cameraParameterPath="models/cameraParameters/", const unsigned int imageDirectoryStereo=1)
 
OP_API std::vector< HeatMapType > op::flagsToHeatMaps (const bool heatMapsAddParts=false, const bool heatMapsAddBkg=false, const bool heatMapsAddPAFs=false)
 
OP_API RenderMode op::flagsToRenderMode (const int renderFlag, const bool gpuBuggy=false, const int renderPoseFlag=-2)
 
OP_API DisplayMode op::flagsToDisplayMode (const int display, const bool enabled3d)
 
OP_API Point< int > op::flagsToPoint (const std::string &pointString, const std::string &pointExample="1280x720")