从照片/图像生成线条

发布于 2024-12-10 01:12:41 字数 127 浏览 0 评论 0原文

我想生成图像的轮廓/线条。-我知道您可以使用拉普拉斯滤波器来生成轮廓图像,但我需要更进一步。我想实际接收描述图像的线数组(可以由多个线段组成)。是否有现有的算法可以做到这一点?您有什么想法可以从轮廓图像中实现这一点吗?

谢谢

I would like to generate the outlines/lines of an image.- I know you can use a laplacian filter to generate the outline image but I need to take it one step further. I want to actually receive an array of lines (that can consist of multiple line segments) descibing the image. Are there existing algorithms to do that? Do you have any ideas to get there from an outline image?

Thanks

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

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

发布评论

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

评论(1

挽袖吟 2024-12-17 01:12:41

只要线条是直的(或者可以以适当的方式参数化),您就可以使用hough变换。

As long as the lines are straight (or can be parametrized in an adequate way), you might use hough transform.

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