OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
#include <handRenderer.hpp>
Public Member Functions | |
virtual | ~HandRenderer () |
virtual void | initializationOnThread () |
void | renderHand (Array< float > &outputData, const std::array< Array< float >, 2 > &handKeypoints, const float scaleInputToOutput) |
Definition at line 8 of file handRenderer.hpp.
|
inlinevirtual |
Definition at line 11 of file handRenderer.hpp.
|
inlinevirtual |
Reimplemented in op::HandGpuRenderer.
Definition at line 13 of file handRenderer.hpp.
void op::HandRenderer::renderHand | ( | Array< float > & | outputData, |
const std::array< Array< float >, 2 > & | handKeypoints, | ||
const float | scaleInputToOutput | ||
) |