kNOw SIGN
|
Class to handle intermediate processing of the hand detection such as hand bounding rectangle and contour vectors. More...
#include <InterHand.hpp>
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 |
Class to handle intermediate processing of the hand detection such as hand bounding rectangle and contour vectors.
InterHand::InterHand | ( | ) |
|
private |
define the hand area for processing
bool InterHand::detectIfHand | ( | ) |
return the results of the hand detection
cv::Rect InterHand::bRect |
double InterHand::bRect_height |
double InterHand::bRect_width |
int InterHand::cIdx |
std::vector<std::vector<cv::Point> > InterHand::contours |
|
private |
int InterHand::frameNumber |
bool InterHand::isHand |
FrameGen InterHand::m |
cv::Rect InterHand::rect |