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

Method setEnabled

src/openpose/hand/handExtractorNet.cpp:106–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 void HandExtractorNet::setEnabled(const bool enabled)
107 {
108 try
109 {
110 mEnabled = enabled;
111 }
112 catch (const std::exception& e)
113 {
114 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
115 }
116 }
117
118 void HandExtractorNet::checkThread() const
119 {

Callers

nothing calls this directly

Calls 2

whatMethod · 0.80
errorFunction · 0.50

Tested by

no test coverage detected