#include <handDetector.hpp>
Definition at line 12 of file handDetector.hpp.
 
◆ HandDetector()
  
  
      
        
          | op::HandDetector::HandDetector  | 
          ( | 
          const PoseModel  | 
          poseModel | ) | 
           | 
         
       
   | 
  
explicit   | 
  
 
 
◆ ~HandDetector()
  
  
      
        
          | virtual op::HandDetector::~HandDetector  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ 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: