MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / setAlphaKeypoint

Method setAlphaKeypoint

src/openpose/core/renderer.cpp:104–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 void Renderer::setAlphaKeypoint(const float alphaKeypoint)
105 {
106 try
107 {
108 mAlphaKeypoint = alphaKeypoint;
109 }
110 catch (const std::exception& e)
111 {
112 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
113 }
114 }
115
116 float Renderer::getAlphaHeatMap() const
117 {

Callers

nothing calls this directly

Calls 2

whatMethod · 0.80
errorFunction · 0.50

Tested by

no test coverage detected