Image segmentation
2 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
Image Analyst
2012-2-10
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 个评论
Image Analyst
2012-2-13
Yes, if you store the "mask" variable into a cell array:
caMask{mroi} = mask;
更多回答(1 个)
Sukuchha
2012-2-8
show your image and detected building image !
2 个评论
Walter Roberson
2012-2-11
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!