Azzera filtri
Azzera filtri

how to calculate volume of segmented region

1 visualizzazione (ultimi 30 giorni)
sir from the segmentation result did in the link below.... is it possible to calculate the volume of the segmented region??

Risposta accettata

Image Analyst
Image Analyst il 21 Mar 2013
Most probably.
  3 Commenti
Image Analyst
Image Analyst il 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');

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by