kNOw SIGN
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
InterHand Class Reference

Class to handle intermediate processing of the hand detection such as hand bounding rectangle and contour vectors. More...

#include <InterHand.hpp>

Collaboration diagram for InterHand:
Collaboration graph
[legend]

Public Member Functions

 InterHand ()
 
bool detectIfHand ()
 return the results of the hand detection More...
 

Public Attributes

FrameGen m
 
std::vector< std::vector< cv::Point > > contours
 
cv::Rect rect
 
int cIdx
 
int frameNumber
 
cv::Rect bRect
 
double bRect_width
 
double bRect_height
 
bool isHand
 

Private Member Functions

void analyzeContours ()
 define the hand area for processing More...
 

Private Attributes

int fontFace
 

Detailed Description

Class to handle intermediate processing of the hand detection such as hand bounding rectangle and contour vectors.

Constructor & Destructor Documentation

◆ InterHand()

InterHand::InterHand ( )

Member Function Documentation

◆ analyzeContours()

void InterHand::analyzeContours ( )
private

define the hand area for processing

◆ detectIfHand()

bool InterHand::detectIfHand ( )

return the results of the hand detection

Member Data Documentation

◆ bRect

cv::Rect InterHand::bRect

◆ bRect_height

double InterHand::bRect_height

◆ bRect_width

double InterHand::bRect_width

◆ cIdx

int InterHand::cIdx

◆ contours

std::vector<std::vector<cv::Point> > InterHand::contours

◆ fontFace

int InterHand::fontFace
private

◆ frameNumber

int InterHand::frameNumber

◆ isHand

bool InterHand::isHand

◆ m

FrameGen InterHand::m

◆ rect

cv::Rect InterHand::rect

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