kNOw SIGN
|
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/imgproc/types_c.h"
#include "opencv2/highgui/highgui_c.h"
#include <opencv2/opencv.hpp>
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <string>
#include "FrameGen.hpp"
#include "roi.hpp"
#include "InterHand.hpp"
#include <vector>
#include <cmath>
Go to the source code of this file.
Classes | |
class | handDetect |
Class to detect the hand from a video stream using thresholding and contours. More... | |