Question For Road Finding Software from an Image
-
Hello Everybody, I have some query regarding to find out the location from google map or Images. So I want some help from your site. Q1 : How to get the Road Area From an Image? Q2 : Is this any Component to Import the data from AutoCad File and Export to AutoCad File. Q3 : Is this any component for Window Based Control for Get the control from ArcGis. Q4 : How Can i convert the Road to Line Form? Your suggestions and help is required. Thanks
If you can think then I Can.
-
Hello Everybody, I have some query regarding to find out the location from google map or Images. So I want some help from your site. Q1 : How to get the Road Area From an Image? Q2 : Is this any Component to Import the data from AutoCad File and Export to AutoCad File. Q3 : Is this any component for Window Based Control for Get the control from ArcGis. Q4 : How Can i convert the Road to Line Form? Your suggestions and help is required. Thanks
If you can think then I Can.
Before anybody could offer any help, you might want to explain what you are trying to achieve so we can offer you some alternatives. There are no easy ways to extract roads from images because roads are not 2 dimensional items - they are represented internally as having X, Y and Z axes. As far as the conversion of AutoCAD data, you need to specify what you are trying to convert it into/from. If it's a well known type, it might be supported by OGR which has a .NET version here[^].
Forgive your enemies - it messes with their heads
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
Hello Everybody, I have some query regarding to find out the location from google map or Images. So I want some help from your site. Q1 : How to get the Road Area From an Image? Q2 : Is this any Component to Import the data from AutoCad File and Export to AutoCad File. Q3 : Is this any component for Window Based Control for Get the control from ArcGis. Q4 : How Can i convert the Road to Line Form? Your suggestions and help is required. Thanks
If you can think then I Can.
Based on the assumption that you do GIS project. Q1: normally, the road name for GIS project does not from image, it is from vector map data, the map data format could be shape file (.shp) or some other format. If you really want to get the road name from image, you need do image processing. Q3: ArcGIS has a development SDK and you can uses in windows application, it supports C++, C# and so on. You can check on ESRI website. Q4: If you have map data and in vector format, you don't need convert to line and you just read from the file. If you want to exact the road from a image, then again, you have to use image processing. Hope it help. :) From Athena Solution (www.athena-solution.com)