kNOw SIGN
Variables
handDetect.cpp File Reference
#include "handDetect.h"
Include dependency graph for handDetect.cpp:

Variables

int fontFace = cv::FONT_HERSHEY_PLAIN
 Global variables used in the hand detection class. More...
 
int square_len
 
int avgColor [NSAMPLES][3]
 
int c_lower [NSAMPLES][3]
 
int c_upper [NSAMPLES][3]
 
int avgBGR [3]
 
cv::Mat edges
 
My_ROI roi1
 
My_ROI roi2
 
My_ROI roi3
 
My_ROI roi4
 
My_ROI roi5
 
My_ROI roi6
 
std::vector< My_ROIroi
 
std::vector< cv::Mat_< float > > measurement
 

Variable Documentation

◆ avgBGR

int avgBGR[3]

◆ avgColor

int avgColor[NSAMPLES][3]

◆ c_lower

int c_lower[NSAMPLES][3]

◆ c_upper

int c_upper[NSAMPLES][3]

◆ edges

cv::Mat edges

◆ fontFace

int fontFace = cv::FONT_HERSHEY_PLAIN

Global variables used in the hand detection class.

◆ measurement

std::vector<cv::Mat_<float> > measurement

◆ roi

std::vector<My_ROI> roi

◆ roi1

My_ROI roi1

◆ roi2

My_ROI roi2

◆ roi3

My_ROI roi3

◆ roi4

My_ROI roi4

◆ roi5

My_ROI roi5

◆ roi6

My_ROI roi6

◆ square_len

int square_len