在OpenCV轮廓检测中实现什么算法? [英] What algorithm is implemented in OpenCV contour detection?

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

问题描述

有谁知道在OpenCV库中实现什么算法来执行轮廓检测?你能给我一个参考吗?

Does anyone know which algorithm is implemented in the OpenCV library to perform the contour detection? Can you possibly give me a reference too?

感谢。

推荐答案

cv :: findContours


该函数使用算法 Suzuki85 。轮廓是形状分析和对象检测和识别的有用工具。

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.

这篇关于在OpenCV轮廓检测中实现什么算法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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