搜索资源列表
AdpMedianFilter
- 自适应中值滤波器,适用对象:椒盐噪声污染。-ADP Median Filter, suited for Salt&Pepper
loadbmp
- 图像中加入随机噪声的两种方法,1,加入椒盐噪声。2,加入随机噪声-image by adding random noise in two ways, one, by adding salt and pepper noise. 2, by adding random noise
spfilt
- 使用噪声二函数对图像加上辣椒和盐粒噪声,再使用空间滤波器对噪声图像进行复原。-function using two pairs of noise images with salt and pepper noise, and the use of space for the noise filter image recovery.
sharpen
- 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
DBAIN.m
- DBAIN: 用DBA方法来去除高密度脉冲噪声,如椒盐噪声的去除-DBAIN: using DBA method to remove high-density impulse noise, such as salt and pepper noise removal
addnoise
- MATLAB 给图像添加各种噪声:如椒盐噪声,高斯噪声、乘性噪声等等。-MATLAB add all kinds of noise to the image: If salt and pepper noise, Gaussian noise, multiplicative noise and so on.
MATLAB_Gaussian-Pepper-Noise-Generator
- MATLAB给图像添加高斯、椒盐、加性及乘性噪声[噪声生成]源代码Gaussian-Pepper-Noise-Generator-MATLAB——Gaussian-Pepper-Noise-Generator
Salt_and_Pepper
- 对一幅图像添加椒盐噪声的程序,代码精简,很有用的。-Add salt and pepper on a piece of image noise process, streamlining the code, very useful.
NoiseReductionUsingaMedianFilter
- 本实验要求编写一个中值滤波的程序,并对产生的椒盐噪声的图像进行中值滤波处理。中值滤波是基于统计学的一种非线性滤波方法。我们还需要知道一个按大小排列的数组中间位置上的数据称为是中值。通过修改在实验project03-04的程序实现3*3中值滤波。-Prepared in this experiment, a median filtering process, and salt and pepper noise generated by the image processing median fil
Salt_pepper_noise_deblurring
- This a code to reduce the salt-pepper noise in a figure by filtering.-This is a code to reduce the salt-pepper noise in a figure by filtering.
averageblurofsaltpeppernoise
- THIS CODE REMOVES "SALT AND PEPPER NOISE" BY AVERAGING.MAY HELP BEGINNERS TO UNDERSTAND THE COLOR PICTURE AND REMOVING THE NOISE IN GREY IMAGE OUTPUT OF GIVEN COLOR IMAGE.
adpmedian_h
- 该函数为MATLAB编写,实现功能为中值滤波,中值滤波能更好地保留图像细节,对盐椒噪声有很好的去除效果。-The MATLAB function is prepared to achieve function, median filtering, median filtering can reserve the image detail, and good salt pepper noise removal.
imageprocessing
- 将lena图像(或别的)施加Pa=Pb=0.1的椒盐噪声,然后采用3 3中值滤波进行处理,给 出去噪前后的图像 将Pepper图像分别进行平滑和锐化处理,分别给出滤波后的图像-The lena image (or other) the imposition of Pa = Pb = 0.1 of the salt and pepper noise, then a 3 3 median filter processing, the image will be given before an
quzao
- 去除图像噪声椒盐噪声高斯噪声实现图像处理-Salt and pepper noise removal of image noise, Gaussian noise, Image Processing
adding--salt-and-pepper-noise
- VC++下加入椒盐噪声,可以用于验证高斯,均值,中值滤波等方法效果-Add salt and pepper noise in VC++ condition, which can be used to verify the effect of Gaussian, mean, median filtering method.
SALT-AND-PEPPER-NOISE-REMOVAL
- adaptive salt and pepper noise removal with jpeg compression
salt-and-pepper-adding-noise
- 利用opencv在图像处理中实现椒盐加噪-Salt and pepper plus noise using opencv image processing
salt-and-pepper-witjhout
- removal of salt and pepper noise in image using median filter
salt-and-pepper
- ADD PEPPER NOISE AND REMOVE IT USING SOURCE CODE
Salt-and-pepper-noise-filtering
- 椒盐噪声的维纳滤波,中值滤波以及均值滤波。是数字图像处理里面最要的图片噪声处理方法。-Salt and Pepper Noise Wiener Filtering, Median Filtering and Mean Filtering. Is the digital image processing inside the most important picture noise processing methods.