How to detect the edema robustly
2 ビュー (過去 30 日間)
古いコメントを表示
Dear Sir/Madam
I have to process the attached image, and I should detect the white part in the black contour(edema) automatically, and it is just one of images which should be detected! My code is
im2bw(image,.4);
but I don't think it is robust, because it depends on the graylevel of the edema. Could you please give me some methods to solve this problem? Thank you very much :-)
This is what I got after processing:
3 件のコメント
Star Strider
2015 年 3 月 14 日
My pleasure!
Nothing in medicine is ever straightforward. That also goes for you later question about pericardial effusion. The radiographic density entirely depends on the aetiology of the effusion. The best you can hope for is to somehow standardise the myocardial density and standardise tbe pericardial density, and look for whatever is between them.
採用された回答
Image Analyst
2015 年 3 月 12 日
Take the histograms and manually threshold. Maybe you'll see some pattern where the best threshold lies.
Maybe you'd like to try the Frangi filter on it http://www.mathworks.com/matlabcentral/fileexchange/24409-hessian-based-frangi-vesselness-filter
3 件のコメント
Image Analyst
2015 年 3 月 12 日
Every image processing problem where you end up measuring something (e.g. size, shape, area, intensity, etc.) at some point gets down to thresholding. Sorry, but that's just the way it is. If the thresholding is done by some algorithm instead of you doing it manually with my awesome manual thresholding app then what's wrong with that?
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!