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

#include <handDetector.hpp>

Public Member Functions

 HandDetector (const PoseModel poseModel)
 
virtual ~HandDetector ()
 
std::vector< std::array< Rectangle< float >, 2 > > detectHands (const Array< float > &poseKeypoints) const
 
std::vector< std::array< Rectangle< float >, 2 > > trackHands (const Array< float > &poseKeypoints)
 
void updateTracker (const std::array< Array< float >, 2 > &handKeypoints, const unsigned long long id)
 

Detailed Description

Definition at line 12 of file handDetector.hpp.

Constructor & Destructor Documentation

◆ HandDetector()

op::HandDetector::HandDetector ( const PoseModel  poseModel)
explicit

◆ ~HandDetector()

virtual op::HandDetector::~HandDetector ( )
virtual

Member Function Documentation

◆ detectHands()

std::vector<std::array<Rectangle<float>, 2> > op::HandDetector::detectHands ( const Array< float > &  poseKeypoints) const

◆ trackHands()

std::vector<std::array<Rectangle<float>, 2> > op::HandDetector::trackHands ( const Array< float > &  poseKeypoints)

◆ updateTracker()

void op::HandDetector::updateTracker ( const std::array< Array< float >, 2 > &  handKeypoints,
const unsigned long long  id 
)

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