搜索资源列表
noise
- 图片去噪:对一幅图像加入不同的噪声(随机点噪声、椒盐噪声等),选取不同的方法去噪,比如说邻域平均、中值滤波、图像迭加等,比较对于不同的噪声,不同的方法哪种更好-Image denoising: for an image by adding different noise (random-dot noise, salt and pepper noise, etc.), select a different method of denoi
NLmeansfilter
- Non-local Means filter
NLmeansfilter
- 这是新提出来的用于图像去噪的非局部均值滤波方法, matlab程序.非常好,你试试.-this is a new proposed image denoising method--non local means filtering, matlab file. you can try!
NLmeansfilter
- 人脸识别程序下载,非常好用,请尽快下载。 -Recognition program download, very easy to use, download as soon as possible. Recognition program download, very easy to use, download as soon as possible.
NLmeansfilter
- radio of similarity window radio of search window
NLmeansfilter
- non local mean filter commande example I =mat2gray(imread( eight.tif )) mn= 0 vr= 0.02 J = imnoise(I, gaussian ,mn,vr) add noise output=NLmeansfilter3(J,7,3,0.1) -non local mean filter commande example
NLmeansfilter
- non-local means filter 用于去噪,里面的矩阵操作编写的代码,速度比较快-non-local means filter for noise removal, inside the matrix manipulation code written faster
NLmeansfilter
- 非局部的滤波算法,该方法不是用图像中单个像素的灰度值进行比较,而是对该像素周围的整个灰度的分布状况进行比较,根据灰度分布的相似性来贡献权值。-non-local algorithm for image denoising
NLmeansfilter
- NL均值滤波的matlab源代码,可以实现NL均值滤波,该算法可以在保护边缘的前提下实现很好的去噪效果-NL mean filter matlab source code, can achieve the NL mean filter, the algorithm can achieve good denoising effect under the premise of protecting the edge
NLmeansfilter
- 进行对非局部均值算法的详细讨论包括权值的计算,均值的实现以及对于搜索窗口的讨论-Detailed discussion of the non-local means algorithm including the calculation of the weights, the realization of the mean and the discussion of the search window
NLmeansfilter
- Implementation of the Non local filter for image denoising
NLmeansfilter
- 图像处理图片去噪的基本方法,非局部均衡的matlab实现-Basic methods of image processing Image Denoising Matlab realization of partial equilibrium
NLmeansfilter
- anisotropic diffusion input: image to be filtered t: radio of search window f: radio of similarity window k: degree of filtering sigma: noise standard deviation Author: Jose Vicente Manjon Herre
NLmeansfilter
- 非局部均值高斯图像去噪算法程序,论文作者源代码-Non-local mean Gaussian denoising algorithm procedures, the authors source code
NLmeansfilter
- my name ahmed nagieb, i worke in university of scince and technology in sudan ilearn some about matlab and c , c++, labview , vhdl
NLmeansfilter
- 一种非局部均值滤波代码,可以对图片进行处理,去除噪声,是图片更加清晰明了。-A non-local mean filter code image can be processed to remove noise, the picture is more clear.
NLmeansfilter
- nlm算法,图像处理中的非局部均值滤波算法,matlab运行,很好的算法。-nlm algorithm, image processing non-local means filtering algorithm, matlab running, good algorithm.
NLmeansfilter
- 非局部均值是一种基于快匹配来确定滤波权值的。即先确定一个块的大小,例如7x7,然后在确定一个搜索区域,例如15x15,在15x15这个搜索区域中的每一个点,计算7x7的窗口与当前滤波点7x7窗口的绝对差值和,然后在计算一个指数函数,所有的搜索点都用指数函数计算出一个权值,当然还有权值的归一化。根据这个权值进行点的滤波操作。-It is a non-local means to determine the filter weight ba