使用 QGis (或其他方法)将光栅图像转换为多边形

发布于 2024-12-07 00:59:00 字数 192 浏览 0 评论 0原文

我想使用 QGis (Quantum GIS 1.6) 将多个图像转换为多边形 shp 文件。

我需要进行边缘检测并区分几种不同颜色的线条(红色、绿色、黄色和黑色)。我需要良好的边缘检测,因为我的图像是以 200 DPI 扫描的。

我愿意接受不涉及 QGis 的其他建议。我可以使用 Photoshop 还是 Arcgis 可以做得更好?

I want to convert several images into polygon shp files using QGis (Quantum GIS 1.6).

I need to do edge detection AND differentiate between several different colors of lines (red, green, yellow and black). I need good edge detection as my images are scanned in at 200 DPI.

I'm open to other suggestions that don't involve QGis. Could I use Photoshop or would Arcgis do a better job of this?

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

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

发布评论

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

评论(1

玉环 2024-12-14 00:59:00

Inkscape 有一个相当实用的矢量化器(Trace Bitmap、IIRC)

http://inkscape.org/doc /tracing/tutorial-tracing.html

Inskscape 的原生格式是 SVG(完全基于矢量)。它还允许简化结果路径。此外,您还可以使用生成的 XML 进行自动处理。

Inkscape has a rather functional vectorizer (Trace Bitmap, IIRC)

http://inkscape.org/doc/tracing/tutorial-tracing.html

Inskscape's native format is SVG (fully vector based). It allows simplifcation of the resulting paths as well. Also, you might use the resulting XML to process automatically.

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