摘要: #include <cv.h> #include <highgui.h> #include <stdio.h> IplImage* src=0; void on_mouse( int event, int x, int y, int flags, void* ustc) { CvFont font; 阅读全文
posted @ 2016-07-04 17:16 steven_xiu 阅读(176) 评论(0) 推荐(0) 编辑
摘要: event donot exit even after a local function calling. event still lives in main. event seems have his own life. 阅读全文
posted @ 2016-07-04 17:15 steven_xiu 阅读(116) 评论(0) 推荐(0) 编辑
摘要: Camera :IPHONE 4 Res: 1920*1200 Image coordinate: left upper corner:(0,0) right lower corner:(1920,1200) Experiment Data: In First Image, the near poi 阅读全文
posted @ 2016-07-04 15:36 steven_xiu 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 问度娘,大神给出了解决方法: VS2010在经历一些更新后,建立Win32 Console Project时会出“error LNK1123” 错误,解决方案为: 将 项目|项目属性|配置属性|清单工具|输入和输出|嵌入清单 “是”改为“否”即可,但是每新建一个项目都要这样设置一次。 若按照上面解决 阅读全文
posted @ 2016-07-04 13:37 steven_xiu 阅读(129) 评论(0) 推荐(0) 编辑