#include <handCpuRenderer.hpp>
|
| HandCpuRenderer (const float renderThreshold, const float alphaKeypoint=HAND_DEFAULT_ALPHA_KEYPOINT, const float alphaHeatMap=HAND_DEFAULT_ALPHA_HEAT_MAP) |
|
virtual | ~HandCpuRenderer () |
|
void | renderHandInherited (Array< float > &outputData, const std::array< Array< float >, 2 > &handKeypoints) |
|
| DELETE_COPY (HandCpuRenderer) |
|
| Renderer (const float renderThreshold, const float alphaKeypoint, const float alphaHeatMap, const bool blendOriginalFrame=true, const unsigned int elementToRender=0u, const unsigned int numberElementsToRender=0u) |
|
virtual | ~Renderer () |
|
void | increaseElementToRender (const int increment) |
|
void | setElementToRender (const int elementToRender) |
|
void | setElementToRender (const ElementToRender elementToRender) |
|
bool | getBlendOriginalFrame () const |
|
void | setBlendOriginalFrame (const bool blendOriginalFrame) |
|
float | getAlphaKeypoint () const |
|
void | setAlphaKeypoint (const float alphaKeypoint) |
|
float | getAlphaHeatMap () const |
|
void | setAlphaHeatMap (const float alphaHeatMap) |
|
bool | getShowGooglyEyes () const |
|
void | setShowGooglyEyes (const bool showGooglyEyes) |
|
Public Member Functions inherited from op::HandRenderer |
virtual | ~HandRenderer () |
|
virtual void | initializationOnThread () |
|
void | renderHand (Array< float > &outputData, const std::array< Array< float >, 2 > &handKeypoints, const float scaleInputToOutput) |
|
Definition at line 11 of file handCpuRenderer.hpp.
◆ HandCpuRenderer()
◆ ~HandCpuRenderer()
virtual op::HandCpuRenderer::~HandCpuRenderer |
( |
| ) |
|
|
virtual |
◆ DELETE_COPY()
◆ renderHandInherited()
void op::HandCpuRenderer::renderHandInherited |
( |
Array< float > & |
outputData, |
|
|
const std::array< Array< float >, 2 > & |
handKeypoints |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: