OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
flagsToOpenPose.hpp File Reference

Go to the source code of this file.

Namespaces

 op
 

Functions

OP_API PoseMode op::flagsToPoseMode (const int poseModeInt)
 
OP_API PoseModel op::flagsToPoseModel (const String &poseModeString)
 
OP_API ScaleMode op::flagsToScaleMode (const int keypointScaleMode)
 
OP_API ScaleMode op::flagsToHeatMapScaleMode (const int heatMapScaleMode)
 
OP_API Detector op::flagsToDetector (const int detector)
 
OP_API ProducerType op::flagsToProducerType (const String &imageDirectory, const String &videoPath, const String &ipCameraPath, const int webcamIndex, const bool flirCamera)
 
OP_API std::pair< ProducerType, String > op::flagsToProducer (const String &imageDirectory, const String &videoPath, const String &ipCameraPath=String(""), const int webcamIndex=-1, const bool flirCamera=false, const int flirCameraIndex=-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 String &pointString, const String &pointExample)