how to calculate volume of segmented region

1 次查看(过去 30 天)
sir from the segmentation result did in the link below.... is it possible to calculate the volume of the segmented region??

采纳的回答

Image Analyst
Image Analyst 2013-3-21
Most probably.
  3 个评论
Image Analyst
Image Analyst 2013-3-21
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');

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by