OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
op::HandRenderer Class Referenceabstract

#include <handRenderer.hpp>

Inheritance diagram for op::HandRenderer:
op::HandCpuRenderer op::HandGpuRenderer

Public Member Functions

virtual ~HandRenderer ()
 
virtual void initializationOnThread ()
 
void renderHand (Array< float > &outputData, const std::array< Array< float >, 2 > &handKeypoints, const float scaleInputToOutput)
 

Detailed Description

Definition at line 8 of file handRenderer.hpp.

Constructor & Destructor Documentation

◆ ~HandRenderer()

virtual op::HandRenderer::~HandRenderer ( )
inlinevirtual

Definition at line 11 of file handRenderer.hpp.

Member Function Documentation

◆ initializationOnThread()

virtual void op::HandRenderer::initializationOnThread ( )
inlinevirtual

Reimplemented in op::HandGpuRenderer.

Definition at line 13 of file handRenderer.hpp.

◆ renderHand()

void op::HandRenderer::renderHand ( Array< float > &  outputData,
const std::array< Array< float >, 2 > &  handKeypoints,
const float  scaleInputToOutput 
)

The documentation for this class was generated from the following file: