How to find the inner contour of the myocardium
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Image Analyst
2015 年 3 月 17 日
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.
その他の回答 (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!