how to find the cavity area

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

What have you done so far?
i done the level set for boundary detection
OK then. Good luck with that.
sir if you know about how to calculate LV cavity area inform to me
radius -- regionprops() for equivalent diameter ?
I might - who can tell with no image to look at? - but these people almost certainly have done it. But maybe your level set method worked - again, who can tell?
now i do Feature extraction in 2-D short-axis echocardiographic images . in my project i gave two features 1. Ejaction Fraction 2. Cavity area
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
sorry about my fault sir

Sign in to comment.

Answers (1)

rp = regionprops( ~YourThresholdedImage, 'Area');
cavity_area = rp.Area;

Categories

Asked:

on 12 Oct 2012

Community Treasure Hunt

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

Start Hunting!