摘要: cout << mat 有错误的原因You are using OpenCV built with VS10. The ostream operator << in the DLL is using the operator from VC 10 Runtime. While you are ca... 阅读全文
posted @ 2015-10-21 17:23 逍遥客33 阅读(292) 评论(0) 推荐(0) 编辑
摘要: opencv的基本数据结构| 结构 | 成员 | 意义 || | | ||CvPoint | int x,y |图像中的点 ||CvPoint2D32f | float x,y |二维空间中的点||CvPoint3D32f |float x,y,z|三维空间中的点|CvSize ... 阅读全文
posted @ 2015-10-21 12:06 逍遥客33 阅读(468) 评论(0) 推荐(0) 编辑