#include <faceCpuRenderer.hpp>
|
| | FaceCpuRenderer (const float renderThreshold, const float alphaKeypoint=FACE_DEFAULT_ALPHA_KEYPOINT, const float alphaHeatMap=FACE_DEFAULT_ALPHA_HEAT_MAP) |
| |
| virtual | ~FaceCpuRenderer () |
| |
| void | renderFaceInherited (Array< float > &outputData, const Array< float > &faceKeypoints) |
| |
| | DELETE_COPY (FaceCpuRenderer) |
| |
| | 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) |
| |
| virtual | ~FaceRenderer () |
| |
| virtual void | initializationOnThread () |
| |
| void | renderFace (Array< float > &outputData, const Array< float > &faceKeypoints, const float scaleInputToOutput) |
| |
Definition at line 11 of file faceCpuRenderer.hpp.
◆ FaceCpuRenderer()
◆ ~FaceCpuRenderer()
| virtual op::FaceCpuRenderer::~FaceCpuRenderer |
( |
| ) |
|
|
virtual |
◆ DELETE_COPY()
◆ renderFaceInherited()
| void op::FaceCpuRenderer::renderFaceInherited |
( |
Array< float > & |
outputData, |
|
|
const Array< float > & |
faceKeypoints |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: