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

Method setAlphaHeatMap

src/openpose/core/renderer.cpp:129–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 void Renderer::setAlphaHeatMap(const float alphaHeatMap)
130 {
131 try
132 {
133 mAlphaHeatMap = alphaHeatMap;
134 }
135 catch (const std::exception& e)
136 {
137 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
138 }
139 }
140
141 bool Renderer::getBlendOriginalFrame() const
142 {

Callers

nothing calls this directly

Calls 2

whatMethod · 0.80
errorFunction · 0.50

Tested by

no test coverage detected