How to find the inner contour of the myocardium

1 view (last 30 days)
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

Accepted Answer

Image Analyst
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.
  2 Comments
Neil Liu
Neil Liu on 17 Mar 2015
Thank you very much! Yes,actually I have successfully cutted the region so that I can start with the cropped image.
Neil Liu
Neil Liu on 17 Mar 2015
I am sorry, could you please teach me how to threshold for that gray scale range? Use im2bw? Or other functions?

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!