Standard Method for Detection of Focused Areas in Microscope Images?

5 visualizaciones (últimos 30 días)
Is there a gold standard for finding focused areas in images acquired by optical microscopes? Is there a contrast measure frequently used?

Respuesta aceptada

Image Analyst
Image Analyst el 18 de Abr. de 2017
If the "in focus" regions have higher texture then you can find those regions with a texture filter like stdfilt() or convolve with a Laplacian kernel and then threshold to find the "high texture" regions.
  3 comentarios
ImageProcessingScientist
ImageProcessingScientist el 19 de Abr. de 2017
Photoshop will not help me much. I want to implement algorithms that detect focused areas on my own or to integrate implementations in the software I am working on.
Image Analyst
Image Analyst el 19 de Abr. de 2017
It was just FYI - that there is some justification for the approach I suggested because other apps are doing similar things. So, try stdfilt() for starters.

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by