使用 QGis (或其他方法)将光栅图像转换为多边形
我想使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.