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
keypoint.hpp File Reference

Go to the source code of this file.

Namespaces

 op
 

Functions

OP_API float op::getDistance (const Array< float > &keypoints, const int person, const int elementA, const int elementB)
 
OP_API void op::averageKeypoints (Array< float > &keypointsA, const Array< float > &keypointsB, const int personA)
 
OP_API void op::scaleKeypoints (Array< float > &keypoints, const float scale)
 
OP_API void op::scaleKeypoints (Array< float > &keypoints, const float scaleX, const float scaleY)
 
OP_API void op::scaleKeypoints (Array< float > &keypoints, const float scaleX, const float scaleY, const float offsetX, const float offsetY)
 
OP_API void op::renderKeypointsCpu (Array< float > &frameArray, const Array< float > &keypoints, const std::vector< unsigned int > &pairs, const std::vector< float > colors, const float thicknessCircleRatio, const float thicknessLineRatioWRTCircle, const std::vector< float > &poseScales, const float threshold)
 
OP_API Rectangle< float > op::getKeypointsRectangle (const Array< float > &keypoints, const int person, const float threshold)
 
OP_API float op::getAverageScore (const Array< float > &keypoints, const int person)
 
OP_API float op::getKeypointsArea (const Array< float > &keypoints, const int person, const float threshold)
 
OP_API int op::getBiggestPerson (const Array< float > &keypoints, const float threshold)