| 131 | } |
| 132 | |
| 133 | HandDetector::~HandDetector() |
| 134 | { |
| 135 | } |
| 136 | |
| 137 | std::vector<std::array<Rectangle<float>, 2>> HandDetector::detectHands(const Array<float>& poseKeypoints) const |
| 138 | { |
nothing calls this directly
no outgoing calls
no test coverage detected