Clear Filters
Clear Filters

how to calculate volume of segmented region

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

Accepted Answer

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

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!