can images be given as inputs to neural network GUI toolbox?

1 view (last 30 days)
i'm doing a project on road extraction using ANN. i have a problem in training the network using input image and manually extracted image..pls help...

Accepted Answer

Greg Heath
Greg Heath on 23 Mar 2013
1. Use feature extraction to reduce the number of pixels
2. Columnize the resulting image into a vector using (:)
Hope this helps.
  1 Comment
shakthi g d
shakthi g d on 24 Mar 2013
Edited: shakthi g d on 24 Mar 2013
thank you sir...can u send me a code for feature extraction of road from background image? and can you tell me if its better to use nntool gui interface or to use coding for creating and training the network...

Sign in to comment.

More Answers (1)

Image Analyst
Image Analyst on 23 Mar 2013
See Sections 15 and 22 here: http://iris.usc.edu/Vision-Notes/bibliography/contents.html You should know how people are successfully detecting roads in aerial images, or following roads by autonomous vehicles (not sure which one you're doing). They may or may not be using neural networks.
  2 Comments
shakthi g d
shakthi g d on 24 Mar 2013
thank you sir...really inspiring....we are trying to do road detection....
shakthi g d
shakthi g d on 24 Mar 2013
i saw your image segmentation and a few other demo codes...good job...can you please help me out to get a code of feature extraction of road from background?

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!