摘要: 1 // hand gesture sampler.cpp : Defines the entry point for the console application. 2 3 // 4 #include "stdafx.h" 5 #include <string> 6 #include <iostream> 7 8 #include <opencv2\opencv.hpp> 9 10 using namespace cv;11 using namespace std;12 13 Mat src, src2Save;14 char cfi 阅读全文
posted @ 2012-05-08 17:12 xiangtailiang 阅读(349) 评论(0) 推荐(0) 编辑