摘要:
getRotationMatrix2D()+warpAffine(); fitLine()拟合曲线:sobel最大X\Y梯度+筛选最大位置+拟合; 阅读全文
摘要:
1.insert; vector<vector<Point>> contour1; vector<vector<Point>> contour2; contour1.insert(contour1.end() ,contour2.begin() ,contour2.end() ); 阅读全文
摘要:
https://blog.csdn.net/thanklife/article/details/70208841 USES_CONVERSION的使用和注意 1. 使用ATL的W2A和A2W宏必须使用USES_CONVERSION2. USES_CONVERSION是用来转换类型的,比如我们很常见的 阅读全文