Image thresholding method that adapts to changing signal-to-noise levels?

1 visualización (últimos 30 días)
I am looking for an image thresholding method that can be robust to differing signal-to-noise levels of an image. Under the same microscope imaging conditions, I may get certain fields of view that have higher background levels than others and some brighter signals than others. Can someone recommend an algorithm that is robust to these differences in image conditions? Thank you.
High SNR Image:
Low SNR image:

Respuestas (1)

Image Analyst
Image Analyst el 8 de Abr. de 2017
First try a longer integration time or averaging a bunch of frames together to try to reduce noise (if the particles don't move). Then try some noise reduction,
then try a tophat filter, imtophat().
They kind of look like astronomical images so you might try the Knox-Thompson method: https://www.google.com/#q=knox+thompson+noise or similar astronomical noise reduction methods.

Community Treasure Hunt

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

Start Hunting!

Translated by