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

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