搜索资源列表
nlm_code_for_mri
- 非局域均值去噪算法,以及针对mri图片rician噪声的改进算法。-nonlocal mean denoising algorithm, and its modified version for mri images with rician noise.
src
- 非局部均值算法(NLM)去除含噪声图像中的噪声,达到图像恢复的效果,经过试验,效果较为明显-Non-local means algorithm (NLM) to remove the image noise with noise, to the effect of image restoration, after testing, the effect is more obvious
NLMeanC
- NLM超分辨的控制台实现,基于C语言和opencv-NLM super resolution with console complement
NLMLPR_code
- 一个经典的图像去噪,主要是对NLM去噪方法的改进-A classic image denoising, is mainly to the NLM denoising method improvement
NLG
- 在NLM去噪方法中引进新的距离计算方法,从而改进权重的计算方法-NLM denoising method to introduce a new distance-based methods, thus improving the weight calculation method
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 of digital image denoising me
nlmquzao
- NLM对图像进行去噪,效果比较明显,可以把它和其他去噪方法进行结合使用。-Image de-noising by nlm, the effect is more obvious,we can combine it with other de-noising methods.
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
NLM
- 非局部平均算法是一种自适应的空域滤波算法,可以看作Yaroslavsky滤波和双边滤波算法的改进。-Nonlocal average algorithm is a kind of adaptive spatial filtering algorithm, can be seen as Yaroslavsky filter and the improvement of bilateral filtering algorithm.
imageDenoising
- 英伟达公司的CUDA实例代码,用CUDA实现了KNN和NLM的图片降噪算法,包含了整个对应的工程文件。-Sample: Image denoising Minimum spec: SM 1.0 This sample demonstrates two adaptive image denoising techniques: KNN and NLM, based on computation of both geometric and color distance between
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
toolbox_nlmeans_version2
- 经常用在图像处理领域的Non-lcoal Means的工具包-Non-lcoal Means(NLM)toolkit
NLM
- NLM非局部均值NLM去噪算法,丽娜图片。-NLM NLM nonlocal mean denoising, Lina picture.
testnlm
- NLM 简单滤波 kernel也不复杂,适合初学者(NLM simple filtering Kernel is not complicated, suitable for beginners)
NLM
- NLM和优化的NLM算法对图像处理的对比和总结(the comparison and conclusion of the NLM and optimized NLM)
NLM
- 非局部均值算法的matlab实现,并附有峰值信噪比的计算(Non local means with matlab)