搜索资源列表
toolbox_signal
- This toolbox implements the algorithm in a fairly general way in a C file that can be called from Matlab. It allows to perform the traditional NL-means for denoising (for both B&W and color images) but also to use an arbitrary set of patches to perfo
toolbox_nlmeans
- 实现非局部平均去噪算法(non local mean)-The realization of non-local denoising algorithm on average (non local mean)
NLmeansfilter0
- 图像去噪的快速算法,利用SSI和FFT.毕设的内容,效果还是不错的。-based NL-means filter,fast mean with SSI and FFT
NL
- 这个压缩文件 包含了非局部去噪的文章和这篇文章的去噪代码 -This compressed file contains non-local denoising of articles and code of this article denoising
NL_means
- 实现 NL_means 算法,用来去噪。并赋带使用例子和实验结果。-Achieve NL_means algorithm to de-noising. And endowed with the use of examples and experimental results.
Inti_LJNL_ann
- 一种新的机制来实现非局部图像滤波算法。可应用于图像去噪声,图像去模糊中。-Local Jet based similarity for NL-Means filtering。
NL-Means111
- 数字图像处理 去噪算法 non-local means-denoising non-local means
yuan_NLM
- 我们提出一种新的基于图像中所有像素的非局部平均的算法,非局部平均(NL-means)。-We propose a new algorithm based on all the pixels in the image non-local average, the non-local average (NL-means).
NLM
- 我们提出一个新的方法,方法噪声,用来估计和比较数字图像去噪方法的表现。我们首先对一个广泛的去噪算法类计算和分析方法噪声,称之为局部平滑滤波。其次,我们提出一种新的基于图像中所有像素的非局部平均的算法,非局部平均(NL-means)。最后,我们展示几组实验比较非局部平均算法和局部平滑滤波算法。-We propose a new method for noise method used to estimate the performance of digital image denoising me
NL
- Non-local means filter,,用的高斯核。算是改进吧-Non-local means filter,, the Gaussian kernel. For the with the Be regarded as to improve the bar
nlmfilt
- 非局域均值滤波器m程序,主要用于图像降噪、滤波处理。-This is a NL-means filter program used to denoise and filter the image.
NL-Means
- Non-local means算法由A. Buades, B. Coll, J.M Morel提出。该算法的主要参考文献为: A. Buades, B. Coll, J.M Morel, A review of image denoising algorithms, with a new one , Multiscale Modeling and Simulation (SIAM interdisciplinary journal), Vol 4 (2), pp: 49
Ativnoisinmeans-c
- An adaptive image denoising technique based on the nonlocal means (NL-means) algorithm is investigated in this research. The proposed method first employs the singular value decomposition (SVD) method and the K-means clustering (Kmeans) techn
NL-MEANS
- NL-MEANS图像去噪算法。 该算法对于灰度图像的高斯白噪声的去除效果极好,但是在计算时间上耗时较高。本程度对于256*256的灰度图像,约在30s以上。 运行,请输入“main”。-NL-means algorithm is a good way for grey image denoising on AWN, but it has high cost on the computation. The program here may cost beyond 30s for 256
NL-means-matlab-code
- 图像处理的非局部平均算法,可用于图像去噪、修复等。-Non-local image processing algorithms can be used for image denoising, repair.
NL-Means
- 中值滤波法是图像处理领域针对去噪方向一种比较经典的算法,本算法能够取得很好的效果-Median filter is the image processing domain for denoising direction of a more classic algorithm, the algorithm can achieve very good results
RNLF-master
- 文章源码Adaptive Regularization of the NL-Means:Application to Image and Video Denoising-Adaptive Regularization of the NL-Means: Application to Image and Video Denoising
poisson_nlmeans
- An extension of the non local (NL) means is proposed for images damaged by Poisson noise. The proposed method is guided by the noisy image and a pre-filtered image and is adapted to the statistics of Poisson noise. The influence of both images ca
Non_Local_Means
- NL-means滤波的代码,觉得有用的可以拿去(The code of the NL-means filter,Think useful can be taken)
NL-means
- 利用MATLAB实现了图像的非局部均值去噪算法,效果明显。(The non local means denoising algorithm of image is implemented by MATLAB, and the effect is obvious.)