摘要: 第三章 初探opencv Opencv的基本数据类型 typedef struct CvPoint { int x; int y; #ifdef __cplusplus CvPoint(int _x = 0, int _y = 0): x(_x), y(_y) {} ... 阅读全文
posted @ 2016-11-17 08:22 retacn_yue 阅读(419) 评论(0) 推荐(0) 编辑