Clear Filters
Clear Filters

Image segmentation

1 view (last 30 days)
Pugazhendhi
Pugazhendhi on 8 Feb 2012
Edited: Andreas on 8 Oct 2013
Hi All,
I have an image which contains the following features buildings, cars, trees etc. I detected the buildings using the code DeltaE done by Image Analyst and would like to classify buildings in one common class. Is there any method/function to do that?
Thanks in advance,
Pugazh

Accepted Answer

Image Analyst
Image Analyst on 10 Feb 2012
You have to decide what constitutes a building. It may be the color but is there are other things that color then you'll have to add shape or other features. Maybe try the "SURF" algorithm - see wikipedia.
  7 Comments
Pugazhendhi
Pugazhendhi on 13 Feb 2012
Thanks, I got it.
Sorry to trouble you again, Can we able to index the multiple ROI and process.
Image Analyst
Image Analyst on 13 Feb 2012
Yes, if you store the "mask" variable into a cell array:
caMask{mroi} = mask;

Sign in to comment.

More Answers (1)

Sukuchha
Sukuchha on 8 Feb 2012
show your image and detected building image !
  2 Comments
Pugazhendhi
Pugazhendhi on 10 Feb 2012
Sorry, I am not able to upload the image for your understanding. I would like to Supervised classification on image. Anything can you help me on this.
Thanks.
Walter Roberson
Walter Roberson on 11 Feb 2012
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!