How to detect the edema robustly

조회 수: 4 (최근 30일)
Neil Liu
Neil Liu 2015년 3월 11일
편집: A-J KHAN 2017년 11월 22일
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
Neil Liu
Neil Liu 2015년 3월 14일
Thank you for giving directions to me~!
Star Strider
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
Image Analyst 2015년 3월 12일
Take the histograms and manually threshold. Maybe you'll see some pattern where the best threshold lies.
  댓글 수: 3
Image Analyst
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?
A-J KHAN
A-J KHAN 2017년 11월 13일
편집: A-J KHAN 2017년 11월 22일
@neil liu hi..... Can you plz share the start of code, because i can't understand what are u saying..
I suggest morphological filter and then Varitional segmentation method.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by