2018年2月22日

摘要: 本文比较零散,是日常总结的一些东西。 阅读全文

posted @ 2018-02-22 17:03 supercxm 阅读(148) 评论(0) 推荐(0) 编辑

摘要: 1 Mat cannyImage; 2 /// Detect edges using canny 3 Canny(src, cannyImage, 125, 250, 3); 4 vector > contours; 5 vector hierarchy; 6 /// Find contours 7 findContours(... 阅读全文

posted @ 2018-02-22 15:07 supercxm 阅读(694) 评论(0) 推荐(0) 编辑

摘要: 本文转载http://blog.csdn.net/qq_18343569/article/details/47999257 1、approxPolyDP函数 函数的作用: 对图像轮廓点进行多边形拟合 2、函数的调用形式 C++: void approxPolyDP(InputArray curve, 阅读全文

posted @ 2018-02-22 14:55 supercxm 阅读(1086) 评论(0) 推荐(0) 编辑

摘要: 文章出处,感谢分享http://blog.csdn.net/stpeace/article/details/22220777 文章出处,感谢分享http://blog.csdn.net/stpeace/article/details/22220777 别跟我说, return *this返回当前对象 阅读全文

posted @ 2018-02-22 10:00 supercxm 阅读(306) 评论(0) 推荐(0) 编辑


Copyright © 2024 supercxm
Powered by .NET 8.0 on Kubernetes