搜索资源列表
testnonlocalmean
- 这是一个非局部均值算法实现工具和相关实验数据,主要用来实现图像增强和降噪应用-This is a non-local means algorithm to achieve the tools and related experimental data, mainly used for image enhancement and noise reduction application
NLmeansfilter
- 这是新提出来的用于图像去噪的非局部均值滤波方法, matlab程序.非常好,你试试.-this is a new proposed image denoising method--non local means filtering, matlab file. you can try!
Nonlocalmeansfilter
- 数字图像非局部均值算法,很好的哦。我自己试过了
NLMeans
- 非局部均值滤波的算法,还不错哦~自己觉得很好-Non-local mean filter algorithm, is also a good feel oh well
toolbox_nlmeans
- toolbox_nlmeans 用MATLAB实现非局部均值滤波算法-toolbox_nlmeans
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
test_LNL
- 线性非局部均值滤波器用于图像处理中的去除噪声平滑图像,能够较好的保持图像的边缘-Linear non-local mean filter for image processing to remove noise smoothing of images, to better maintain the image edge
NLMean
- 非局部均值(Non-local Mean)SAR滤波,matlab程序-Non-local mean (None-local Mean) SAR filtering, matlab program
NLM
- 里面有一篇非局部均值去噪的文章,并附有代码。经调试,代码正确。-There are a non-local means denoising article, along with the code. After debugging, the code is correct.
NL_Back_projection
- 一篇有关非局部均值滤波在超分辨重建中的应用的论文,英文的,IEEE上的-a paper about NL-based SR
A_Non-Local
- 数字图像处理用非局部均值方法,其中仔细介绍了非局部均值的原理,用法-A Non Local Algorithm for Image Denoising
NLMeans
- 非局部均值滤波 输入: 待平滑的图像 t: 搜索窗口半径 f: 相似性窗口半径 h: 平滑参数 NLmeans(ima,5,2,sigma)-Non-local mean filtering input: to be a smooth image t: the search window radius f: similarity of the window radius h: smoothing p
fast_NL
- 图像恢复:快速非局部均值滤波--A.Buwades等人提出的非局部均值滤波的快速实现方法-Image restoration: the proposed fast non-local means filtering- A. Buwades non-local means filtering Fast Implementation
NLM
- 非局部均值NLM去噪算法,去除图像中的高斯噪声-Non-local means NLM denoising algorithm, removing Gaussian noise in the image
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.)
eusipco2014code
- 目前非局部均值滤波算法研究比较火热,此程序提供了基础的非局部均值滤波matlab程序。(Currently Non-local means filtering algorithm is relatively hot, this program provides the basis for the non-local mean filter matlab program.)
快速非局部均值
- 快速非局部均值降噪算法。比较传统的速度更快,是基于论文《a non-local algorithm for image denoising》实现的(Fast non local means denoising algorithm.)
Non_Local_Means
- 非局部均值图像去噪matlab程序,可以直接运行,不需要修改,去噪效果还可以(Matlab program for non-local mean image denoising)
nlm
- 非局部均值(NL-means)是近年来提出的一项新型的去噪技术。该方法充分利用了图像中的冗余信息,在去噪的同时能最大程度地保持图像的细节特征。基本思想是:当前像素的估计值由图像中与它具有相似邻域结构的像素加权平均得到。(NL-means is a new denoise method. It utilized image's information, preserving detail while denoise.)