Home

Awesome

NLH: A Blind Pixel-level Non-local Method for Real-world Image Denoising

Yingkun Hou, Jun Xu, Mingxia Liu, Guanghai Liu, Li Liu, Fan Zhu, and Ling Shao, "NLH: A Blind Pixel-level Non-local Method for Real-world Image Denoising", IEEE Transactions on Image Processing, vol. 29, pp. 5121-5135, 2020.

Note: If one wants to conduct AWGN denoising on color images, please change "sigma_est_b = sigma_est*4.0" to "sigma_est_b = sigma_est*1.0" in NLH_CC.m line 47 and NLH_DND.m line 72 respectively.

Note: We have updated NLH code named NLH_v2.0.zip. We added some faster codes in this version.