필터 지우기
필터 지우기

how to calculate volume of segmented region

조회 수: 1 (최근 30일)
Elysi Cochin
Elysi Cochin 2013년 3월 21일
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');
Elysi Cochin
Elysi Cochin 2013년 3월 21일
thank u sir....

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by