Borrar filtros
Borrar filtros

how to calculate volume of segmented region

1 visualización (últimos 30 días)
Elysi Cochin
Elysi Cochin el 21 de Mzo. de 2013
sir from the segmentation result did in the link below.... is it possible to calculate the volume of the segmented region??

Respuesta aceptada

Image Analyst
Image Analyst el 21 de Mzo. de 2013
Most probably.
  3 comentarios
Image Analyst
Image Analyst el 21 de Mzo. de 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 el 21 de Mzo. de 2013
thank u sir....

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by