小波域高斯尺度模型去噪,使用贝叶斯最小均方估计系数
1
BLS-GSM代表“Bayesian Least Squares - Gaussian Scale Mixture(贝叶斯最小二乘-高斯尺度混合模型)”。 这个工具箱实现了该篇论文中介绍的算法: J Portilla, V Strela, M Wainwright, E P Simoncelli, Image Denoising using Scale Mixtures of Gaussians in the Wavelet Domain, IEEE Transactions on Image Processing. vol 12, no. 11, pp. 1338-1351, November 2003 这个工具箱进行图像去噪时,假定噪声类型为高斯噪声并且我们知道它的功率谱密度(不需要是白色的)。
2021-12-20 15:33:40 976KB BLS-GSM matlab image denoising
1
当前最成功的三种图像去噪方法Matlab运行程序比较,包括著名的BLS-GSM,Non local means以及BM3D(Block Matching 3D)方法。运行目录下的Denoising_Demo.m即可得到结果。
2019-12-21 20:04:18 5.91MB Matlab 图像去噪 bm3d nonlocal
1