【发布时间】:2017-10-27 03:37:42
【问题描述】:
我有以下细胞重建图像。 12 images of the same cell
我想自动检测最清晰的图像,在我们的例子中是第 4、第 5 或第 6 个图像。如果我们选择其中一个同样正确。
检测最清晰图像的好方法是什么?梯度方法有用吗?
【问题讨论】:
标签: image-processing cell gradient sharp
我有以下细胞重建图像。 12 images of the same cell
我想自动检测最清晰的图像,在我们的例子中是第 4、第 5 或第 6 个图像。如果我们选择其中一个同样正确。
检测最清晰图像的好方法是什么?梯度方法有用吗?
【问题讨论】:
标签: image-processing cell gradient sharp
换句话说,您正在寻找一个模糊指标。
Kanjar De,V. Masilamani,Image Sharpness Measure for Blurred Images in Frequency Domain,Procedia Engineering,第 64 卷,2013 年,第 149-158 页
提出一种基于傅里叶变换的简单方法,作者引用:
当图像中的模糊增加时,图像中高频分量的数量会减少
另一种方法是说我的图像越清晰,我的边缘就越多,如
P。 Marziliano、F. Dufaux、S. Winkler 和 T. Ebrahimi,A no-reference perceptual blur metric,会议记录。图像处理国际会议,2002 年,第 III-57-III-60 vol.3 页。
【讨论】: