搜索资源列表
NLmeansfilter
- 这是新提出来的用于图像去噪的非局部均值滤波方法, matlab程序.非常好,你试试.-this is a new proposed image denoising method--non local means filtering, matlab file. you can try!
NLM
- 里面有一篇非局部均值去噪的文章,并附有代码。经调试,代码正确。-There are a non-local means denoising article, along with the code. After debugging, the code is correct.
NLM
- 非局部均值NLM去噪算法,去除图像中的高斯噪声-Non-local means NLM denoising algorithm, removing Gaussian noise in the image
05603692
- 非局部均值去噪的改进算法,CT显微图的滤波算法-Improved algorithm, CT micrographs of the non-local means denoising filter algorithm
NLmeansfiltergai
- 基于非局部均值图像去噪,对高斯加噪声有很好的去除效果,其中的修改程序,加入了对称处理,处理对称图像效果更好-Based on non-local means image denoising, the high Alaska noise removal, which modify the program, joined the symmetrical treatment, processing symmetrical image effe
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_matlab
- 非局部均值去噪,网上搜的,希望对你们有帮助。-Non-local means denoising
1
- 图像的非局部均值去噪算法,包括了相关的论文及源代码,效果很好。-The non-local means image denoising algorithms, including the related papers and source code, very good.
ParamFreeDenoise
- 像素级非局部均值去噪,文献“Parameter-Free Fast Pixelwise Non-Local Means Denoising”里的算法-Pixel-level non-local means denoising literature Parameter-Free Fast Pixelwise Non-Local Means Denoising in the algorithm
Nonlocal-Means
- 改进的非局部均值去噪,采用均值和方差选择相似的图像块。-Improved non-local means denoising, using the mean and variance of the to similar images.
Denoise-Methods
- BM3D去噪matlab代码并和非局部均值去噪、Bayesian Least Squares - Gaussian Scale Mixture进行比较-BM3D denoising matlab code
NLM
- 关于非局部均值去噪的典型例子,里面有详细注解,很实用-Typical examples of non-local means on de-noising, which has detailed notes, it is practical
NLM_MFC
- 用opencv和mfc实现的非局部均值去噪算法,其中还有三种对比算法,实测可用,希望对别人有用-Non-local means denoising opencv and mfc achieve, where there are three comparison algorithm, found available, I hope useful to others
matlab-nlm
- there a non-local means denoising article, along with the code. After debugging, the code is correct.里面有一篇非局部均值去噪的文章,并附有代码。经调试,代码正确。-there are a non-local means denoising article, along with the code. After debugging, th
NLM
- 采用非局部均值去噪的算法对图像进行去噪处理。-Non-local means denoising algorithm for image denoising.
Non-Local Means Filter
- 能够实现图像的预处理也就是去噪处理,比中值滤波、均值滤波效果都要好。(Can achieve the image preprocessing is denoising, than the median filter, mean filtering effect is better.)
NL-means
- 利用MATLAB实现了图像的非局部均值去噪算法,效果明显。(The non local means denoising algorithm of image is implemented by MATLAB, and the effect is obvious.)
Non_Local_Means
- 非局部均值图像去噪matlab程序,可以直接运行,不需要修改,去噪效果还可以(Matlab program for non-local mean image denoising)
非局部均值降噪算法
- 是可以实现的代码,适合入门者学习,是用c语言实现的
nlm
- 非局部均值(NL-means)是近年来提出的一项新型的去噪技术。该方法充分利用了图像中的冗余信息,在去噪的同时能最大程度地保持图像的细节特征。基本思想是:当前像素的估计值由图像中与它具有相似邻域结构的像素加权平均得到。(NL-means is a new denoise method. It utilized image's information, preserving detail while denoise.)