如何使用opencv获取笔画路径?

发布于 2024-08-30 11:48:31 字数 77 浏览 7 评论 0原文

我想使用 opencv 从图像中获取路径描边。我知道如何获取轮廓,但我需要笔划路径(穿过笔划中心的路径)。 opencv 中可以得到这个吗?

I want to get path stroke from image using opencv. I know how to get contours but I need path of stroke (path that runs through the center of the stroke). Is it possible to get this in opencv ?

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

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

发布评论

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

评论(1

墨小墨 2024-09-06 11:48:31

OpenCV 没有一种允许获得笔划路径的骨架化算法。您需要实现现有的算法,最好的起点是:

http://en.wikipedia。 org/wiki/Topological_sculpture

OpenCV does not have a skeletonization algorithm that allows one to get a stroke path. You would need to implement an existing algorithm, good place to start is here:

http://en.wikipedia.org/wiki/Topological_skeleton

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