How can I segment all buildings in the image?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi, I need to segment all buildings within the following image. But I can't seem to segment just the building. I need guidance for the algorithm and which image segmentation technique should I use? Thank you
댓글 수: 0
답변 (2개)
Mandar
2023년 2월 3일
As a potential workaround, you may think of applying segmentation technique such as Watershed segmentation to get the boundaries around different object in the image. The binary segmentation mask can be useful to get the distinct features such as Area, Major and Minor axis lengths, eccentricity etc. using “regionprops” function. Then, object of interest can be obtained by applying set of rules based on learned features.
Refer the following MATLAB documentation link to know more about watershed segmentation.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!