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

Method get

src/openpose/pose/poseExtractorNet.cpp:326–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324 }
325
326 double PoseExtractorNet::get(const PoseProperty property) const
327 {
328 try
329 {
330 return mProperties.at((int)property);
331 }
332 catch (const std::exception& e)
333 {
334 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
335 return 0.;
336 }
337 }
338
339 void PoseExtractorNet::set(const PoseProperty property, const double value)
340 {

Callers 4

arraySharedToPtrFunction · 0.45
addCaffeNetOnThreadFunction · 0.45
forwardPassMethod · 0.45

Calls 2

whatMethod · 0.80
errorFunction · 0.50

Tested by

no test coverage detected