Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道 OpenCV 库中实现了哪种算法来执行轮廓检测?你也可以给我一个参考吗?
谢谢。
从文档到cv::findContours:
cv::findContours
该函数使用算法 [Suzuki85] 从二进制图像中检索轮廓。轮廓是形状分析和对象检测和识别的有用工具。
和:
[Suzuki85] 铃木聪等。边界跟随数字化二值图像的拓扑结构分析 计算机视觉、图形和图像处理,30(1):32–46, 1985。
本文的 DOI 为10.1016/0734-189X(85)90016-7