area calculation of objects in matlab

 Accepted Answer

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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!