#include <poseCpuRenderer.hpp>
|
| PoseCpuRenderer (const PoseModel poseModel, const float renderThreshold, const bool blendOriginalFrame=true, const float alphaKeypoint=POSE_DEFAULT_ALPHA_KEYPOINT, const float alphaHeatMap=POSE_DEFAULT_ALPHA_HEAT_MAP, const unsigned int elementToRender=0u) |
|
virtual | ~PoseCpuRenderer () |
|
std::pair< int, std::string > | renderPose (Array< float > &outputData, const Array< float > &poseKeypoints, const float scaleInputToOutput, const float scaleNetToOutput=-1.f) |
|
| 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) |
|
| PoseRenderer (const PoseModel poseModel) |
|
virtual | ~PoseRenderer () |
|
virtual void | initializationOnThread () |
|
Definition at line 12 of file poseCpuRenderer.hpp.
◆ PoseCpuRenderer()
◆ ~PoseCpuRenderer()
virtual op::PoseCpuRenderer::~PoseCpuRenderer |
( |
| ) |
|
|
virtual |
◆ renderPose()
std::pair<int, std::string> op::PoseCpuRenderer::renderPose |
( |
Array< float > & |
outputData, |
|
|
const Array< float > & |
poseKeypoints, |
|
|
const float |
scaleInputToOutput, |
|
|
const float |
scaleNetToOutput = -1.f |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: