opencv中响应鼠标消息

opencv中响应鼠标消息

ID:16756074

大小:19.50 KB

页数:3页

时间:2018-08-24

opencv中响应鼠标消息_第1页
opencv中响应鼠标消息_第2页
opencv中响应鼠标消息_第3页
资源描述:

《opencv中响应鼠标消息》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、OpenCV中响应鼠标消息程序代码如下:#include#include#includevoidonMouse(intevent,intx,inty,intflags,void*param);intmain(intargc,char**argv){CvCapture*capture;IplImage*frame;capture=cvCaptureFromCAM(0);cvNamedWindow("Webcam",0);cvSetMouseCallback("Webcam",onMouse,NULL);

2、while(true){frame=cvQueryFrame(capture);cvShowImage("Webcam",frame);if(cvWaitKey(10)>=0){break;}otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganizat

3、ion,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand}cvReleaseCapture(&c

4、apture);cvDestroyWindow("Webcam");return0;}voidonMouse(intEvent,intx,inty,intflags,void*param){printf("(%d,%d)",x,y);printf("TheEventis:%d",Event);printf("Theflagsis:%d",flags);printf("Theparamis:%d",param);}这边每当鼠标在视讯窗口接口点击一下的时候,都会有固定三个动作1.点击(Click)2.放开(Down)3.滑动(move)因此,程序执行鼠

5、标在点击的时候onMouse()都会连续跑三次,代表鼠标在点击的时候连续的三个事件,而voidonMouse(intEvent,intx,inty,intflags,void*param)子程序的自变量分成四个不同的分类,分别为1.事件回传代号(intEvent)2.坐标(intx,inty)3.flags代号(intflags)4.Mouse事件的代号名称(param)Event代表的是鼠标回传的事件号码,每当鼠标有动作,Event就会回传一个整数讯息到onMouse(),也顺便回传鼠标移动的坐标,flags代表的是拖曳事件,param则是自己定义o

6、nMouse()事件的ID,就跟GUI接口的窗口接口ID一样(cvGetWindowHandle()),不过这边是自己给的编号,而窗口接口的ID则是系统自动随机分配的ID,而鼠标事件的执行可以细分的分类为Event:#defineCV_EVENT_MOUSEMOVE0                  滑动#defineCV_EVENT_LBUTTONDOWN1          左键点击#defineCV_EVENT_RBUTTONDOWN2          右键点击#defineCV_EVENT_MBUTTONDOWN3          中键点

7、击#defineCV_EVENT_LBUTTONUP4                otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofth

8、elongMarch,hehasbeentheNorthwestOfficeoftheFede

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

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

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