how to find the cavity area
1 次查看(过去 30 天)
显示 更早的评论
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
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
2012-10-13
rp = regionprops( ~YourThresholdedImage, 'Area');
cavity_area = rp.Area;
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!