How to remove background noise from image?

3 views (last 30 days)
Laurence
Laurence on 4 Dec 2013
Answered: Image Analyst on 5 Dec 2013
Hello,
I study bone regeneration and I need to process stacks of micro-CT images. An example of those is provided in the attached document. The image shows a bone scaffold (horizontal bright white bars) and some features in between that correspond to bone that has grown.
I need to segment the image to quantify the amount of bone regenerated. However, this is hard, given that the background between the scaffold bars is very noisy. My knowledge of image processing is not very extended, but I know some basics. I tried a number of filters (median, wiener, unsharp contrast enhancement, imsharpen..) but nothing seems to work.
Does anyone have suggestions for me?
Thanks!!
  1 Comment
Laurence
Laurence on 4 Dec 2013
Edited: Laurence on 4 Dec 2013
Sorry, I forgot to insert it... This is the attached document

Sign in to comment.

Answers (2)

Dan
Dan on 4 Dec 2013
Well.... my knee-jerk reaction is to 1) Use a template to remove the bone scaffold 2) Use a smoothing filter (low-pass filter) to minimize high frequency variations in the area of interest. 3) Perhaps try one of the morphological operators to further separate out growing regions from noise. 4) Threshold the resulting image and count the pixels.
But.... that's pretty simpleminded....
Dan

Image Analyst
Image Analyst on 5 Dec 2013
Why didn't it work? What happened when you summed up the gray levels in the noise-reduced region between the bars? Did it not correlate with what you thought it should - the anticipated growth amount, say as corroborated with a gravimetric method?

Community Treasure Hunt

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

Start Hunting!