How to find the inner contour of the myocardium
3 views (last 30 days)
Show older comments
Dear Sir/Madam I am trying to find the contour and edema of the myocardium, and here is the last step. I do not know how to automatically detect the inner contour of the myocardium, could you please tell me some methods? The inner contours are just like the inner blue lines:
Thank you ! Best regards
0 Comments
Accepted Answer
Image Analyst
on 17 Mar 2015
Assuming you can start with that cropped image, just threshold for that gray scale range, then get rid of blobs touching the border with imclearborder(), then fill with imfill(), then extract the largest blob using the function in my attached demo.
More Answers (0)
See Also
Categories
Find more on Image Segmentation and Analysis 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!