将位图转换为多边形 -(反向光栅化)

发布于 2024-07-08 07:28:24 字数 1449 浏览 7 评论 0原文

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

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

发布评论

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

评论(3

木森分化 2024-07-15 07:28:24

反向光栅化称为矢量化。 这些算法通常相当复杂,这里有一个 googlet 其中一些。 查看稀疏像素跟踪和稀疏像素矢量化以获得一些很好的示例。

有关多边形分区的良好算法,请查看 Joespeh O'Rourkes 'C 中的计算几何',ISBN 0-521-44034-3,或搜索 凹多边形分区算法,例如这个

Reverse rasterizing is referred to as vectorizing. The algorithms are generally quite complex, here's a googlet of a few of them. Check out sparse pixel tracking and sparse pixel vectorization for some good examples.

For good algorithms for polygon partitioning, check out Joespeh O'Rourkes 'Computational Geometry in C', ISBN 0-521-44034-3, or search for concave polygon partitioning algorithms, such as this

被你宠の有点坏 2024-07-15 07:28:24

这在 GIS 中很常见 - 例如,从航空摄影中自动提取特征。 选择的开源工具是:

链接 链接

链接

This is quite common in GIS - e.g. extracting features automatically from aerial photography. The OpenSource tool of choice would be:

Link

Link

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