图像的感知质量测量

发布于 2024-08-13 04:26:44 字数 205 浏览 6 评论 0原文

我目前正在研究图像去噪算法。我需要将我的算法与其他现有算法进行比较,但要做到这一点,我需要一个良好的质量衡量标准。
这种措施的主要目标是接近人类的感知能力。我知道,这几乎是不可能的,但是对于音频信号有很好的感知措施。有没有类似的图像算法?

现在我正在使用简单的测量,例如均方误差(MSE)、信噪比(SNR)等...
供您参考,我目前正在 matlab 中实现此功能

I'm currently working on algorithm for denoising images. I need to compare my algorithm with other, existing algorithms, but to do so I need a good quality measure.
The main goal for such measure is to be close to human perception skills. I know, that it is almost impossible, but there are good perceptual measures for audio signals. Are there any similar algorithms for images?

Right now I'm using simple measures, such as mean squared error (MSE), signal to noise ratio (SNR) etc...
And for your information, I'm currently implementing this in matlab

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笑脸一如从前 2024-08-20 04:26:44

您检查过 SSIM (http://en.wikipedia.org/wiki/Structural_similarity) ?以下页面 (http://www.ece.uwaterloo.ca/~z70wang /research/ssim/)为您提供了一个真实的示例,说明 SSIM 与 MSE 相比如何工作。

Have you check out SSIM (http://en.wikipedia.org/wiki/Structural_similarity) ? The following page (http://www.ece.uwaterloo.ca/~z70wang/research/ssim/) gives you a real example on how SSIM works compared to MSE.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文