Road detection in satellite images

5 views (last 30 days)
Yash
Yash on 17 Dec 2011
Commented: Image Analyst on 11 Nov 2016
Hi, As a part of my project, I have implement a road detection mechanism that takes in grayscale satellite images and produces an output that detects all the straight, curved and narrow roads. I have implemented a crude version of this using hough transform but I have not been able to achieve satisfactory results. If any of you could help me with a better algorithm I would really appreciate it and it would allow me to proceed to the next stage of my project.
Thank you.
  4 Comments
Darsana P M
Darsana P M on 11 Nov 2016
Is the matlab code available for road detection?
Image Analyst
Image Analyst on 11 Nov 2016
The primitive and simple methods described above will not be very robust - they cannot be used on a wide variety of images. They're just too basic. I suggest you look at the papers that were published on the topic like in the link I gave below, and contact the authors to see if you can buy the MATLAB code from them, if they have any in that language.

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 2 Sep 2014
We help with MATLAB questions on syntax, error messages, and simple program flow, not complicated algorithm development. You can find algorithms here in Vision Bib: http://www.visionbib.com/bibliography/contentscartog.html#Cartography,%20Aerial%20Images,%20Remote%20Sensing,%20Buildings,%20Roads,%20Terrain,%20ATR

Categories

Find more on Vehicle Scenarios in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!