搜索资源列表
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 arb
NL_Mean
- nonlocal mean filter
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
Image-Denoising_NLmeans
- 是外国人编写的,用matlab和C++混合编程实现的,速度较快,效果不错,我已经使用过了~-NL mean ,C++ and matlab ,can receive good result.
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
Denoise-Methods
- 最近比较流行的三种图像去噪的算法BLS,BM3D,NL MEAN 分享给大家。-the most popular image denoising algorithm
NEURAL-NETWORK-COMPENSATOR
- method based on Neural Network (NN) technique and accompanied with MMSE (Minimum Mean Square Error), which corrects at the receiver level, the Non-Linear (NL) distortions due to the HPA (High Power Amplifier).-In
NL
- 程序实现了图像的自适应均值滤波,纯(C++),程序简单,适合于刚刚入门的同学。-Program to achieve adaptive mean filtering the image, pure (C++), the program is simple, suitable for students just getting started.
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. Th
NL_Mean
- NL-mean 图像去噪方法的matlab实现,附录有一个小demo(the matlab code of NL mean algorithm, the appedenix have a demo)