OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
op::HandDetectorFromTxt Class Reference

#include <handDetectorFromTxt.hpp>

Public Member Functions

 HandDetectorFromTxt (const std::string &txtDirectoryPath)
 
virtual ~HandDetectorFromTxt ()
 
std::vector< std::array< Rectangle< float >, 2 > > detectHands ()
 

Detailed Description

Definition at line 9 of file handDetectorFromTxt.hpp.

Constructor & Destructor Documentation

◆ HandDetectorFromTxt()

op::HandDetectorFromTxt::HandDetectorFromTxt ( const std::string &  txtDirectoryPath)
explicit

◆ ~HandDetectorFromTxt()

virtual op::HandDetectorFromTxt::~HandDetectorFromTxt ( )
virtual

Member Function Documentation

◆ detectHands()

std::vector<std::array<Rectangle<float>, 2> > op::HandDetectorFromTxt::detectHands ( )

The documentation for this class was generated from the following file: