필터 지우기
필터 지우기

Image segmentation

조회 수: 1 (최근 30일)
Pugazhendhi
Pugazhendhi 2012년 2월 8일
편집: Andreas 2013년 10월 8일
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

채택된 답변

Image Analyst
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
Pugazhendhi
Pugazhendhi 2012년 2월 13일
Thanks, I got it.
Sorry to trouble you again, Can we able to index the multiple ROI and process.
Image Analyst
Image Analyst 2012년 2월 13일
Yes, if you store the "mask" variable into a cell array:
caMask{mroi} = mask;

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Sukuchha
Sukuchha 2012년 2월 8일
show your image and detected building image !
  댓글 수: 2
Pugazhendhi
Pugazhendhi 2012년 2월 10일
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 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!

Translated by