how to find the cavity area

1 view (last 30 days)
ajith
ajith on 12 Oct 2012
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 Comments
Walter Roberson
Walter Roberson on 13 Oct 2012
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

Sign in to comment.

Answers (1)

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

Community Treasure Hunt

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

Start Hunting!