area calculation of objects in matlab

 Réponse acceptée

Walter Roberson
Walter Roberson le 13 Fév 2011
threshold the image, bwlabel it, then use regionprops() or else use
sum(LabeledImage(:) == ObjectLabel)

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by