Vision Touch Surface Library
Main Page
Related Pages
Classes
Files
File List
All
Classes
Files
Functions
Variables
Pages
visionTouchSurfaceLib
vts_utils
include
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
Generated on Sat Dec 14 2013 23:25:51 for Vision Touch Surface Library by
1.8.3.1