OpenPose
1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
|
This is the complete list of members for op::WrapperStructPose, including all inherited members.
addPartCandidates | op::WrapperStructPose | |
alphaHeatMap | op::WrapperStructPose | |
alphaKeypoint | op::WrapperStructPose | |
blendOriginalFrame | op::WrapperStructPose | |
defaultPartToRender | op::WrapperStructPose | |
enable | op::WrapperStructPose | |
enableGoogleLogging | op::WrapperStructPose | |
gpuNumber | op::WrapperStructPose | |
gpuNumberStart | op::WrapperStructPose | |
heatMapScale | op::WrapperStructPose | |
heatMapTypes | op::WrapperStructPose | |
keypointScale | op::WrapperStructPose | |
modelFolder | op::WrapperStructPose | |
netInputSize | op::WrapperStructPose | |
numberPeopleMax | op::WrapperStructPose | |
outputSize | op::WrapperStructPose | |
poseModel | op::WrapperStructPose | |
renderMode | op::WrapperStructPose | |
renderThreshold | op::WrapperStructPose | |
scaleGap | op::WrapperStructPose | |
scalesNumber | op::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 |