码迷,mamicode.com
首页 > 其他好文 > 详细

Opencv 发现轮廓 findContours

时间:2018-10-02 20:41:24      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:poi   can   find   分享   chain   enc   tor   inf   ann   

vector<vector<Point>> vec_p;
vector<Vec4i> vec_4f;

findContours(img_canny1, vec_p, vec_4f,RETR_TREE, CHAIN_APPROX_SIMPLE, Point(0, 0));

drawContours(img3, vec_p, i, color_1, 2, 8, vec_4f, 0, Point(0, 0));

 

技术分享图片

Opencv 发现轮廓 findContours

标签:poi   can   find   分享   chain   enc   tor   inf   ann   

原文地址:https://www.cnblogs.com/herd/p/9737387.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!