BM3D降噪

参考文献:

降噪方法综述:【技术综述】传统图像降噪方法一览 - 知乎

基于BM3D CFA降噪:ISP模块之RAW DATA去噪(二)--BM3D算法_清风徐行的博客-CSDN博客_raw域去噪

NL-Means和BM3D:图像去噪算法:NL-Means和BM3D

BM3D原理讲解:BM3D 算法原理详细解析 按过程步骤讲解(附C++实现代码)_DylanYeung的博客-CSDN博客_bm3d

代码:

*.Matlab:Image and video denoising by sparse 3D transform-domain collaborative filtering | Block-matching and 3D filtering (BM3D) algorithm and its extensions

*.C++:IPOL Journal · An Analysis and Implementation of the BM3D Image Denoising Method

sudo apt-get install libfftw3-dev

*.

()为了避免噪点影响,将图块经过2D变换(代码中使用DCT变换)后再用欧氏距离衡量相似程度。

()由于3D的线性变换较为复杂,一般使用一次2D的变换以及第三维度的1D变换进行替代。使用2D的DCT变换,以及1D的Haar变换。

你可能感兴趣的:(ISP,isp,算法)