那是什么OpenCV的用于查找轮廓的算法? [英] What is the algorithm that opencv use for finding contours?

查看:238
本文介绍了那是什么OpenCV的用于查找轮廓的算法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要使用 CV :: FindContours()在一个程序中,我必须知道背后的算法。

I need to use cv::FindContours() in a program and I have to know the algorithm behind that.

做什么算法 OpenCV的使用找到的轮廓?

What algorithm does openCV use to find contours?

它是如何工作的?

推荐答案

如果你读了<一href="http://opencv.itseez.com/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html#findcontours">documentation它被提及此函数实现的算法:

If you read the documentation it is mentioned this function implements the algorithm of:

铃木,S和安倍晋三,K.,数字化的拓扑结构分析   通过边界二值图像跟踪。 CVGIP 30 1,第32-46(1985)

Suzuki, S. and Abe, K., Topological Structural Analysis of Digitized Binary Images by Border Following. CVGIP 30 1, pp 32-46 (1985)

OpenCV的是开源的,如果你想看到这是如何实现的只是需要读取code: <一href="http://$c$c.opencv.org/projects/opencv/repository/revisions/2.4.3/entry/modules/imgproc/src/contours.cpp">http://$c$c.opencv.org/projects/opencv/repository/revisions/2.4.3/entry/modules/imgproc/src/contours.cpp

OpenCV is open source if you want to see how this is implemented just need to read the code: http://code.opencv.org/projects/opencv/repository/revisions/2.4.3/entry/modules/imgproc/src/contours.cpp

答案之一为<一个href="http://stackoverflow.com/questions/3286024/is-there-any-official-place-to-find-opencv-article-references">this问题有的链接本文所讨论

这篇关于那是什么OpenCV的用于查找轮廓的算法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆