Standard Method for Detection of Focused Areas in Microscope Images?

Is there a gold standard for finding focused areas in images acquired by optical microscopes? Is there a contrast measure frequently used?

 채택된 답변

Image Analyst
Image Analyst 2017년 4월 18일

0 개 추천

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

I believe Photoshop uses a similar, though undoubtedly more sophisticated method in its focus selection. Go here for a demo video: Photoshop focus selection video
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.
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.

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by