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

Method ~HandDetector

src/openpose/hand/handDetector.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 HandDetector::~HandDetector()
134 {
135 }
136
137 std::vector<std::array<Rectangle<float>, 2>> HandDetector::detectHands(const Array<float>& poseKeypoints) const
138 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected