My project is to extract the skeleton of the road in an image using matlab. How to remove the green color shades of trees in the image. I tried hough transform for detecting lines. What could be a better method to detect curved roads in image. I am a beginner in matlab. Kindly help me asap..!
Asked
Active
Viewed 1,752 times
-2
-
3Post an example image? – Rob Audenaerde Feb 01 '14 at 13:53
-
I could not post that image since i am new to this site :( – user3260487 Feb 01 '14 at 14:20
-
Be inventive, post it somewhere online and link to it? – Rob Audenaerde Feb 01 '14 at 14:50
1 Answers
1
http://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/resources.html
These people have provided code for contour detection and it is widely used in the computer vision community. You can use it for detecting curved lines also

Bharat
- 2,139
- 2
- 16
- 35