I have the histogram of a 16 bit dicom mammographic image that contains pixels of gland and fat tissues . I am using log sliding threshold method to seperate them. But the pixels of fat and gland tissues are not seperated completely , peaks are not clear . The Peaks are almost flat and there is no clear valley between them (it is almost flat). So I can not select the threshold position. how can I identify these two pixel sets and get a clear valley between the peaks?

 채택된 답변

Image Analyst
Image Analyst 2015년 11월 26일

0 개 추천

Sees like a medical question. Use a different kVp on your x-ray system perhaps?
So the fat and glands cannot be solely determined by gray level so that for a certain gray level, it might be either. Maybe use shape information?

댓글 수: 3

Ruhul Amin
Ruhul Amin 2015년 11월 27일
편집: Ruhul Amin 2015년 11월 27일
Dear Image Analyst
I have checked the literatures but none of them is similar to my problem it seems. Yes you are right , a certain gray level could be either for gland or for fat tissue pixel. That may be the reason why it comes flat or like straight line in some parts. To get valley or difference in between them , I guess, if I can reduce the intervals in x axis scale or in gray level scale , it might show the valleys . Y axis is already log scale and I am using your template of sliding threshold bars. So please help me- how can I change the scale intervals in x axis or in other words compress the gray levels ( 65535 levels , as it is dicom image) in x axis of histogram?
You can divide your image by 256 to bring it down from 65536 gray levels into 256 gray levels but that won't solve the problem.
You may have to write your own custom threshold finding algorithm that is customized for your particular histogram shapes. However, it may be that there is no single threshold that gives a good segmentation - maybe any/every threshold is unacceptable. In that case you will have to take into account some other features like shape or things like that.
Ruhul Amin
Ruhul Amin 2015년 11월 27일
thanks a lot. I will try for that

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 DICOM Format에 대해 자세히 알아보기

질문:

2015년 11월 26일

댓글:

2015년 11월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by