Standard Method for Detection of Focused Areas in Microscope Images?
8 次查看(过去 30 天)
显示 更早的评论
Is there a gold standard for finding focused areas in images acquired by optical microscopes? Is there a contrast measure frequently used?
0 个评论
采纳的回答
Image Analyst
2017-4-18
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 个评论
Image Analyst
2017-4-19
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 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!