OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
#include <handDetectorFromTxt.hpp>
Public Member Functions | |
HandDetectorFromTxt (const std::string &txtDirectoryPath) | |
virtual | ~HandDetectorFromTxt () |
std::vector< std::array< Rectangle< float >, 2 > > | detectHands () |
Definition at line 9 of file handDetectorFromTxt.hpp.
|
explicit |
|
virtual |
std::vector<std::array<Rectangle<float>, 2> > op::HandDetectorFromTxt::detectHands | ( | ) |