Vision Touch Surface Library
 All Classes Files Functions Variables Pages
finger.h
Go to the documentation of this file.
1 #ifndef FINGER_H
2 #define FINGER_H
3 
4 #include<vector>
5 #include <opencv2/opencv.hpp>
6 #include <highgui.h>
7 
8 
9 using namespace std;
10 using namespace cv;
11 
12 class Finger
13 {
14 public:
15  Finger();
16  vector<Point> contour;
17 };
18 
19 #endif // FINGER_H