Standard Method for Detection of Focused Areas in Microscope Images?
5 ビュー (過去 30 日間)
古いコメントを表示
ImageProcessingScientist
2017 年 4 月 18 日
コメント済み: Image Analyst
2017 年 4 月 19 日
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!