how to find the cavity area

1 次查看(过去 30 天)
ajith
ajith 2012-10-12
sir,
my project is under the echocardiographic image. i need to find the cavity area using the echocardiographic image. In my paper specifies the LV cavity area is determined by using the average echocardial radius in the frame.how to find the radius and also the LV area
  11 个评论
Walter Roberson
Walter Roberson 2012-10-13
As a volunteer, I am not going to put up with a 48 second imposed download delay (to try to "encourage" me to pay for downloading!), followed by a recaptcha "prove you are human" test, just to view an image file. If you want volunteer assistance, make viewing your file free and fast, such as by using tinypic

请先登录,再进行评论。

回答(1 个)

Walter Roberson
Walter Roberson 2012-10-13
rp = regionprops( ~YourThresholdedImage, 'Area');
cavity_area = rp.Area;

类别

Help CenterFile Exchange 中查找有关 Image Segmentation and Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by