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

Method increase

src/openpose/pose/poseExtractorNet.cpp:355–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353 }
354
355 void PoseExtractorNet::increase(const PoseProperty property, const double value)
356 {
357 try
358 {
359 set(property, get(property) + value);
360 }
361 catch (const std::exception& e)
362 {
363 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
364 }
365 }
366
367 void PoseExtractorNet::clear()
368 {

Callers 1

handleWaitKeyFunction · 0.80

Calls 4

setFunction · 0.85
getFunction · 0.85
whatMethod · 0.80
errorFunction · 0.50

Tested by

no test coverage detected