OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
renderHand.hpp File Reference

Go to the source code of this file.

Namespaces

 op
 

Functions

OP_API void op::renderHandKeypointsCpu (Array< float > &frameArray, const std::array< Array< float >, 2 > &handKeypoints, const float renderThreshold)
 
void op::renderHandKeypointsGpu (float *framePtr, float *maxPtr, float *minPtr, float *scalePtr, const Point< unsigned int > &frameSize, const float *const handsPtr, const int numberHands, const float renderThreshold, const float alphaColorToAdd=HAND_DEFAULT_ALPHA_KEYPOINT)