how to find the cavity area
Show older comments
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
José-Luis
on 12 Oct 2012
What have you done so far?
ajith
on 12 Oct 2012
Image Analyst
on 12 Oct 2012
OK then. Good luck with that.
ajith
on 13 Oct 2012
Walter Roberson
on 13 Oct 2012
radius -- regionprops() for equivalent diameter ?
Image Analyst
on 13 Oct 2012
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?
ajith
on 13 Oct 2012
ajith
on 13 Oct 2012
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
ajith
on 13 Oct 2012
Answers (1)
Walter Roberson
on 13 Oct 2012
rp = regionprops( ~YourThresholdedImage, 'Area');
cavity_area = rp.Area;
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!