搜索资源列表
nlm_code_for_mri
- 非局域均值去噪算法,以及针对mri图片rician噪声的改进算法。-nonlocal mean denoising algorithm, and its modified version for mri images with rician noise.
NLM
- 非局部均值NLM去噪算法,去除图像中的高斯噪声-Non-local means NLM denoising algorithm, removing Gaussian noise in the image
NLM
- 我们提出一个新的方法,方法噪声,用来估计和比较数字图像去噪方法的表现。我们首先对一个广泛的去噪算法类计算和分析方法噪声,称之为局部平滑滤波。其次,我们提出一种新的基于图像中所有像素的非局部平均的算法,非局部平均(NL-means)。最后,我们展示几组实验比较非局部平均算法和局部平滑滤波算法。-We propose a new method for noise method used to estimate the performance
test
- 利用非局部均值算法(NLM)去除含噪声图像中的噪声,环境配置为vs2010+OpenCV2.4.4.程序中首先对输入图像添加噪声,然后再对噪声图像进行NLM去噪处理,并与其它算法在处理速度上进行了比较。-Non-local means algorithm (NLM) to remove image noise with noise, the environment is configured to vs2010+OpenCV2.4.4.
nlm
- non-local means denoising 自己实现的非局部均值图像去噪的原始算法,对理解算法原理有一定帮助-Non-local means denoising: an implementation of the non-local means denoising of the original algorithm, some help understanding algorithm
Denoising-3-in-1
- 去噪算法matlab源码三合一,包含BLS-GSM,BM3D,NLM-Denosing algorithms 3 in 1, include BLS-GSM+ BM3D+ NLM
Denoise-Methods
- 程序实现了三种去噪算法:BLS-GSM/BM3D/NLM,评价指标为PSNR/SSIM.-Program implements three de-noising algorithm: BLS-GSM/BM3D/NLM, with evaluation of PSNR/SSIM.
imageDenoising
- 图像去噪的最新算法knn,nlm;用GPU加速处理-the latest image denoising algorithms:knn,nlm optimized by GPU
gfNLM
- 一种去噪算法用于图形图形处理,NLM非局部滤波算法。-One kind of de-noising algorithm for graphics graphics processing, NLM nonlocal filtering algorithms.
ICA_NLM
- 把ICA和NLM结合一起的去噪算法程序。先对噪声图像进行ICA处理,然后用NLM滤波对处理结果进行二次处理。效果比直接用NLM对噪声图片滤波要好。-ICA and NLM combined with the denoising algorithm program. Firstly, the noise image is processed by ICA, and then the results are processed by two
NLM
- NLM非局部均值NLM去噪算法,丽娜图片。-NLM NLM nonlocal mean denoising, Lina picture.
bm3d0
- BM3D算法源代码。NLM去噪算法使用的是inter-patchcorrelation,而Wavelet shrinkage使用的则是intra-patch correlation。这两种方法都取得了不错的效果,一个很自然的想法就是:可以同时使用他们两个方法吗?这便导出了BM3D去噪算法[2],算是现在公认的去噪效果最好的算法。-BM3D algorithm source code. NLM Denoising algorithm us
NLM
- 采用非局部均值去噪的算法对图像进行去噪处理。-Non-local means denoising algorithm for image denoising.
nlmeansC.tar
- 这是二维图像去噪算法,基于NL-means的C++源码,需自行配置工程使用(This is a two-dimensional image denoising algorithm, based on NL-means C ++ source code, need to configure their own use)
my BM3D
- C实现BM3D图像去噪算法,可以在vs 2010运行......(C implementation of BM3D image denoising algorithm, you can run NLM noise reduction in vs 2010)
nlm去噪
- 用于图像、信号的去噪,提高图像或信号的信噪比。(For image and signal denoising, to improve the image or signal to noise ratio.)
非局部均值降噪算法
- 是可以实现的代码,适合入门者学习,是用c语言实现的