搜索资源列表
添加噪声
- 向图像添加噪声,用于图像去噪仿真
addnoiseunderMFC
- 使用opencv开发的一个为图像添加噪声的程序,是学习opencv的一个好例子。-Opencv developed by the use of an image to add noise procedures are opencv study of a good example.
AddNoise
- 采用OPENCV 给图像添加噪声:高斯噪声、均匀噪声等等。-add noise to image by using opencv
VC
- 使用c语言产生均匀分布,高斯分布随机数的方法,使用VC为图片进行添加高斯噪声均匀噪声以及椒盐噪声,并且采用a修正的均值滤波和自适应中值滤波进行除噪-Used to produce uniform distribution of c language, method of Gaussian random numbers, use the VC to add a picture uniform noise, Gaussian noise and salt and pepper noise, and
Imagetransformationv6
- 初学者使用的图像处理程序,包含图像增强功能,双线性差值缩放,添加高斯噪声,图像均衡,等-ImageProcessing for primer to learn, the code including finctions of zoon, adding Noise and so on
add_noise_to_image
- 为图像添加各种噪声,如高斯噪声、泊松噪声、椒盐噪声等。(需有openCV)-Add all kinds of noise for the image, such as Gaussian noise, Poisson noise, salt and pepper noise. (The need for openCV)
imnoise
- 用matlab 实现的 噪声添加函数代码。-Matlab implementation of the noise used to add function code.
addnoise
- MATLAB 给图像添加各种噪声:如椒盐噪声,高斯噪声、乘性噪声等等。-MATLAB add all kinds of noise to the image: If salt and pepper noise, Gaussian noise, multiplicative noise and so on.
project1
- 可添加随机噪声、高斯噪声、椒盐噪声,并比较几种去噪算法的峰值信噪比-Can add random noise, Gaussian noise, salt and pepper noise, and compare several denoising algorithm PSNR
NOSE
- 这个matlab程序实现的是一个噪声生成器,它可以生成高斯、椒盐、加性及乘性噪声,并把这些噪声添加到一幅图像上。-Matlab implementation of this process is a noise generator, it can generate Gaussian, salt and pepper, additive and multiplicative noise, and noise is added to put these on an image.
Salt_and_Pepper
- 对一幅图像添加椒盐噪声的程序,代码精简,很有用的。-Add salt and pepper on a piece of image noise process, streamlining the code, very useful.
NoiseGenerator
- 本实验要求根据课本中给出的高斯噪声和椒盐噪声的概率分布的形状和参数编写两个通用程序分别给一个图像中添加高斯噪声和椒盐噪声。高斯噪声是n维分布都服从高斯分布的噪声,椒盐噪声是图像中经常见到的一种噪声是一种随机的黑点或者白点。在实验中通过它们对应的概率密度函数得到噪声分布函数进而与原图像进行叠加产生出对应的噪声图像-Textbooks in this experiment are given under the Gaussian noise and salt and pepper noise in
AddNoise
- 实现了添加各种噪声的功能,如高斯噪声、椒盐噪声、脉冲噪声等,并用中值滤波等方法进行去噪,效果不错-Adding noise to achieve a variety of functions such as Gaussian noise, salt and pepper noise, impulse noise, and using methods such as median filter for denoising, the effect of good
zhongzhi
- 中值滤波 原图像画面清晰,添加了椒盐噪声以后图像上出现了明显噪声,经不同模板的中值滤波处理后图像上的噪声被虑去,但使得图像变得模糊,并且,使用的模板越大,去噪声效果越好,同时图像也越模糊。滤波效果明显优于平滑滤波。 -Median filtering the original image, a clear picture of the Salt and pepper noise added after the image there is a clear noise, and by
Image_Smoothing
- 所给程序中,先给出一副原始图像,在其中添加椒盐噪声,然后用几种方法进行平滑滤波,包括邻域均值法,邻域中值滤波和K邻域均值滤波,其中的K邻域均值滤波所选掩膜为3*3,K值取5,图片选用board.ti。-Given program, the first is given an original image, in which the added salt & pepper noise, and then use several methods of smoothing, including
zishiyinglvbo
- 对一个信号添加随机噪声,之后进行自适应滤波去除噪声,参数可由用户自行输入。-Adding random noise on a signal, after the adaptive filter to remove noise, the parameter input by the user themselves.
VirtualSignalGeneratoring
- 虚拟信号发生器是一个GUI产生(1)周期函数(包括正弦,三角,锯齿,和方波)不同振幅,频率和阶段 (2)不同振幅平方脉冲序列,频率,分期及职责循环 (3)双参数指数函数 (4)高斯曲线之间的范围不同,标准偏差和手段,以及(5)不同幅度的高斯噪声。你也可以添加一个偏移或高斯噪声的前四个以上任何职能。图形用户界面还能使用户可以添加指定的信号(或者乘以它的)一个先前定义的信号。 -Virtual Signal Generator is a GUI that produces (1) periodi
halcon-添加高斯噪声
- 用halcon给图像添加高斯噪声,可运行已调试,可作为学习参考(Adding Gauss noise to the image by Halcon can be debugged and can be used as a learning reference)
halcon-添加椒盐噪声
- 用halcon给图像添加不同程度的椒盐噪声,可运行已调试,可作为学习参考(Adding salt and pepper noise to the image with Halcon can be debugged and can be used as a learning reference)
matlab噪声程序
- 给图像添加高斯噪声用matlab(Add gaussian noise to image)