Image segmentation
1 回表示 (過去 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!