area calculation of objects in matlab

 채택된 답변

Walter Roberson
Walter Roberson 2011년 2월 13일

0 개 추천

threshold the image, bwlabel it, then use regionprops() or else use
sum(LabeledImage(:) == ObjectLabel)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by