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
op::WrapperStructPose Member List

This is the complete list of members for op::WrapperStructPose, including all inherited members.

addPartCandidatesop::WrapperStructPose
alphaHeatMapop::WrapperStructPose
alphaKeypointop::WrapperStructPose
blendOriginalFrameop::WrapperStructPose
defaultPartToRenderop::WrapperStructPose
enableop::WrapperStructPose
enableGoogleLoggingop::WrapperStructPose
gpuNumberop::WrapperStructPose
gpuNumberStartop::WrapperStructPose
heatMapScaleop::WrapperStructPose
heatMapTypesop::WrapperStructPose
keypointScaleop::WrapperStructPose
modelFolderop::WrapperStructPose
netInputSizeop::WrapperStructPose
numberPeopleMaxop::WrapperStructPose
outputSizeop::WrapperStructPose
poseModelop::WrapperStructPose
renderModeop::WrapperStructPose
renderThresholdop::WrapperStructPose
scaleGapop::WrapperStructPose
scalesNumberop::WrapperStructPose
WrapperStructPose(const bool enable=true, const Point< int > &netInputSize=Point< int >{656, 368}, const Point< int > &outputSize=Point< int >{-1,-1}, const ScaleMode keypointScale=ScaleMode::InputResolution, const int gpuNumber=-1, const int gpuNumberStart=0, const int scalesNumber=1, const float scaleGap=0.15f, const RenderMode renderMode=RenderMode::Gpu, const PoseModel poseModel=PoseModel::BODY_25, const bool blendOriginalFrame=true, const float alphaKeypoint=POSE_DEFAULT_ALPHA_KEYPOINT, const float alphaHeatMap=POSE_DEFAULT_ALPHA_HEAT_MAP, const int defaultPartToRender=0, const std::string &modelFolder="models/", const std::vector< HeatMapType > &heatMapTypes={}, const ScaleMode heatMapScale=ScaleMode::ZeroToOne, const bool addPartCandidates=false, const float renderThreshold=0.05f, const int numberPeopleMax=-1, const bool enableGoogleLogging=true)op::WrapperStructPose