opencv手势识别

opencv手势识别

ID:40561488

大小:46.50 KB

页数:11页

时间:2019-08-04

opencv手势识别_第1页
opencv手势识别_第2页
opencv手势识别_第3页
opencv手势识别_第4页
opencv手势识别_第5页
资源描述:

《opencv手势识别》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、#ifdef_CH_#defineWIN32#error"Thefileneedscvaux,whichisnotwrappedyet.Sorry"#endif#ifndef_EiC#include"cv.h"#include"cxcore.h"#include"cvaux.h"#include"highgui.h"#include#include#include#include#include#include#include

2、its.h>#include#include#endifstaticCvMemStorage*storage;//staticdoublecolor;staticCvSizeimgSize;staticCvSizetmplSize;staticCvSeq*contour;staticCvSeq*biggest;staticCvCapture*capture=0;staticintisHandOpen=1;//staticdoublecolor;staticCvScalarcolor;staticIplImage

3、*img;staticIplImage*tmpImg;staticIplImage*conv;staticIplImage*H;staticIplImage*S;staticIplImage*V;staticIplImage*tmpH1;staticIplImage*tmpS1;staticIplImage*tmpH2;staticIplImage*tmpS2;staticIplImage*tmpH3;staticIplImage*tmpS3;staticIplImage*openHandTmpl,*closedHandTmpl;staticI

4、plImage*openGrayHandTmpl,*closedGrayHandTmpl;staticIplImage*openscaledTmpl,*closedscaledTmpl;staticIplImage*openMatchResult,*closedMatchResult;FILE*output;voidhandDetect(IplImage*img);staticintnumImg=10;char*names[]={"./images/test01.jpg","./images/test02.jpg","./images/test

5、03.jpg","./images/test04.jpg","./images/test05.jpg","../images/test06.jpg","./images/test07.jpg","./images/test08.jpg","./images/test09.jpg","./images/test10.jpg"};char*resultsiamge[]={"result01.jpg","result02.jpg","result03.jpg","result04.jpg","result05.jpg","result06.jpg",

6、"result07.jpg","result08.jpg","result09.jpg","result10.jpg"};intmain(intargc,char**argv){   inti=0;   charfilename[80];   storage=cvCreateMemStorage(0);   #ifdefDEBUG   cvNamedWindow("Template1",1);   cvNamedWindow("Template2",1);   cvNamedWindow("CompResults1",1);   cvNamed

7、Window("CompResults2",1);   cvNamedWindow("SkinDetection",1);#endif   openHandTmpl=cvLoadImage("openHandTmpl.jpg",1);   closedHandTmpl=cvLoadImage("closedHandTmpl.jpg",1);      //ConvertformRGBtoGRAY   tmplSize.width=openHandTmpl->width;   tmplSize.height=openHandTmpl->heigh

8、t;      openGrayHandTmpl=cvCreateImage(tmplSize,IPL_DEPTH_8U,1);   cvCvtCol

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。