摘要: getRotationMatrix2D()+warpAffine(); fitLine()拟合曲线:sobel最大X\Y梯度+筛选最大位置+拟合; 阅读全文
posted @ 2018-11-24 17:36 kuaqi 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 1.insert; vector<vector<Point>> contour1; vector<vector<Point>> contour2; contour1.insert(contour1.end() ,contour2.begin() ,contour2.end() ); 阅读全文
posted @ 2018-11-24 16:58 kuaqi 阅读(117) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/thanklife/article/details/70208841 USES_CONVERSION的使用和注意 1. 使用ATL的W2A和A2W宏必须使用USES_CONVERSION2. USES_CONVERSION是用来转换类型的,比如我们很常见的 阅读全文
posted @ 2018-11-24 00:15 kuaqi 阅读(550) 评论(0) 推荐(0) 编辑