Distinct peaks for fat and gland tissue pixels

2 views (last 30 days)
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?

Accepted Answer

Image Analyst
Image Analyst on 26 Nov 2015
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 Comments
Image Analyst
Image Analyst on 27 Nov 2015
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.

Sign in to comment.

More Answers (0)

Categories

Find more on DICOM Format in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!