xAdapted_EPLL, psnr_adapted, ssim_adapted\] = MAP_GMM(x, y, xAdapted_EPLL, sigmaNoise, sigma, aGMM);
end
fprintf('PSNR(adapted by EPLL image) is:%.2f\\n', psnr_adapted);
fprintf('SSIM(adapted by EPLL image) is:%.4f\\n', ssim_adapted);
return
## ****🎉3**** ****参考文献****
> 部分理论来源于网络,如有侵权请联系删除。
\[1\] E. Luo, S. H. Chan, and T. Q. Nguyen, "Adaptive Image Denoising by Mixture Adaptation," IEEE Trans. Image Process. 2016.
\[2\] S. H. Chan, E. Luo and T. Q. Nguyen, "Adaptive Patch-based Image Denoising by EM-adaptation," in Proc. IEEE Global Conf. Signal Information Process. (GlobalSIP'15), Dec. 2015.
## [🌈](https://mp.weixin.qq.com/mp/appmsgalbum?__biz=Mzk0MDMzNzYwOA==&action=getalbum&album_id=2591810113208958977#wechat_redirect "🌈")****4 Matlab代码实现****