Effacer les filtres
Effacer les filtres

how to calculate volume of segmented region

1 vue (au cours des 30 derniers jours)
Elysi Cochin
Elysi Cochin le 21 Mar 2013
sir from the segmentation result did in the link below.... is it possible to calculate the volume of the segmented region??

Réponse acceptée

Image Analyst
Image Analyst le 21 Mar 2013
Most probably.
  3 commentaires
Image Analyst
Image Analyst le 21 Mar 2013
If you have segmented the image, which means you have the binary image, you just call regionprops and ask for the area:
measurements = regionprops(binaryImage, 'Area');
Elysi Cochin
Elysi Cochin le 21 Mar 2013
thank u sir....

Connectez-vous pour commenter.

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