how to calculate volume of segmented region

 Accepted Answer

Most probably.

3 Comments

sir can u show me how to do it..... i dont know sir.... please do reply....
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!