kNOw SIGN
|
#include "handDetect.h"
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_ROI > | roi |
std::vector< cv::Mat_< float > > | measurement |
int avgBGR[3] |
int avgColor[NSAMPLES][3] |
int c_lower[NSAMPLES][3] |
int c_upper[NSAMPLES][3] |
cv::Mat edges |
int fontFace = cv::FONT_HERSHEY_PLAIN |
Global variables used in the hand detection class.
std::vector<cv::Mat_<float> > measurement |
std::vector<My_ROI> roi |
My_ROI roi1 |
My_ROI roi2 |
My_ROI roi3 |
My_ROI roi4 |
My_ROI roi5 |
My_ROI roi6 |
int square_len |