如何提高图像的清晰度?

时间:2016-08-01 05:30:11

标签: image-processing

我有一个分子的图像(附加的png文件)。问题是当我使用网络上的免费程序将高度和宽度减小到20 * 20时,它变得非常模糊。我想知道是否有办法增加图像的清晰度。molecule

1 个答案:

答案 0 :(得分:2)

使用拉普拉斯,您可以锐化图像。

您可以阅读http://docs.opencv.org/2.4/doc/tutorials/imgproc/imgtrans/laplace_operator/laplace_operator.html

Laplacian( src_gray, dst, ddepth, kernel_size, scale, delta, BORDER_DEFAULT );