OpenCV轮廓检测采用什么算法?

发布于 2025-01-06 07:20:19 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

分開簡單 2025-01-13 07:20:19

文档到cv::findContours

该函数使用算法 [Suzuki85] 从二值图像中检索轮廓。轮廓是形状分析以及对象检测和识别的有用工具。

和:

[Suzuki85]铃木聪等人。通过边界跟踪对数字化二值图像进行拓扑结构分析。计算机视觉、图形和图像处理,30(1):32–46,1985。

本文的 DOI 为 10.1016/0734-189X(85)90016-7

From the documentation to cv::findContours:

The function retrieves contours from the binary image using the algorithm [Suzuki85]. The contours are a useful tool for shape analysis and object detection and recognition.

And:

[Suzuki85] Satoshi Suzuki and others. Topological structural analysis of digitized binary images by border following. Computer Vision, Graphics, and Image Processing, 30(1):32–46, 1985.

The DOI for this paper is 10.1016/0734-189X(85)90016-7

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文