1 #ifndef OPENPOSE_UTILITIES_KEYPOINT_HPP
2 #define OPENPOSE_UTILITIES_KEYPOINT_HPP
9 OP_API T
getDistance(
const Array<T>& keypoints,
const int person,
const int elementA,
const int elementB);
26 const std::vector<unsigned int>& pairs,
const std::vector<T> colors,
27 const T thicknessCircleRatio,
const T thicknessLineRatioWRTCircle,
28 const std::vector<T>& poseScales,
const T threshold);
44 #endif // OPENPOSE_UTILITIES_KEYPOINT_HPP
OP_API Rectangle< T > getKeypointsRectangle(const Array< T > &keypoints, const int person, const T threshold)
OP_API T getDistance(const Array< T > &keypoints, const int person, const int elementA, const int elementB)
OP_API void 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)
OP_API T getKeypointsArea(const Array< T > &keypoints, const int person, const T threshold)
OP_API void averageKeypoints(Array< T > &keypointsA, const Array< T > &keypointsB, const int personA)
OP_API T getAverageScore(const Array< T > &keypoints, const int person)
OP_API void scaleKeypoints2d(Array< T > &keypoints, const T scaleX, const T scaleY)
OP_API int getBiggestPerson(const Array< T > &keypoints, const T threshold)
#define OP_API
Definition: macros.hpp:18
OP_API void scaleKeypoints(Array< T > &keypoints, const T scale)