搜索资源列表
-
0下载:
数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。
-Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
-
-
2下载:
MATLAB 给图像添加各种噪声:如椒盐噪声,高斯噪声、乘性噪声等等。-MATLAB add all kinds of noise to the image: If salt and pepper noise, Gaussian noise, multiplicative noise and so on.
-
-
0下载:
这是对加了高斯噪声的图像处理,包括去噪,波波,.程序可用.希望对大家有帮助-This is add a Gaussian noise image processing, including de-noising, ball,. Procedures available. Hope everyone has to help
-
-
0下载:
对图像添加各种噪声 高斯噪声 淑盐噪声-Add a variety of image noise, Gaussian noise, noise, salt-sook
-
-
0下载:
在图像中添加高斯噪声,必须详细地说明噪声均值和方差。-Add Gaussian noise in the image must detail the noise mean and variance.
-
-
0下载:
对一个图像添加高斯噪声!并且消除高斯噪声!-Add Gaussian noise of an image! And to eliminate Gaussian noise!
-
-
0下载:
该程序用于对图像加入高斯噪声,然后对该图像的噪声进行去噪-The program is used by adding Gaussian noise to the image, and then the noise of the image denoising
-
-
0下载:
利用matlab软件对加入椒盐噪声或高斯噪声的图片进行滤波处理-Using matlab software add salt and pepper noise or Gaussian noise image filtering processing ~ ~
-
-
0下载:
图像处理作业 用matlab显示直方图 累积分布函数 加高斯噪声 再用平滑降噪 都是自己编的程序-Given the test image "Lenna" 256*256 with 256 gray levels, do the following:
1) Using MATLAB display the test image.
2) Display the intensity histogram of the test image.
3) Using the im
-
-
0下载:
这里添加高斯噪声,对加噪图像进行二维自适应维纳滤波,利用MATLAB对图像进行降噪。-Here to add gaussian noise, the use of MATLAB image noise reduction.
-
-
0下载:
本实验开发一个通用程序, 用在后续的几个实验中。(a) 编写一个给图像中添加高斯噪声的程序,程序的输入参数为噪声的均值与方差。
(b) 编写一个给图像中添加椒盐噪声的程序,程序的输入参数为两个噪声分量的概率值。
-In this study, the development of a common procedure, used in the follow-up of several experiments. (A) preparing a program to add Gauss
-
-
0下载:
本实验要求开发一个通用程序,即要求编写一个给图像中添加高斯噪声和椒盐噪声的程序,添加高斯噪声的程序输入参数为噪声的均值和方差,添加椒盐噪声程序的输入参数为两个噪声分量的概率值。-This experiment requires the development of a common program, that is required to write a program to add Gaussian noise and salt and pepper noise to the image, a
-
-
0下载:
1 打开一个BMP文件,将其局部区域的灰度值进行改变,另存为一个新的BMP文件,要求显示出原BMP图像和新BMP图像。
2.编程实现图像傅立叶高通、低通滤波。
3.打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑
4.打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。
5.编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像
-
-
0下载:
对图像添加高斯噪声和椒盐噪声,并分别使用均值滤波和中值滤波去噪。-Noise Generators. 1. Find (or develop) a program to add Gaussian noise to an image. You must be able to specify the noise mean and variance 2. Find (or develop) a program to add salt-and-pepper (impulse) noise to an
-
-
0下载:
给图像添加高斯噪声,并使用高斯滤波器,ILPF,巴特沃兹滤波器分别处理后得到结果图
需要在目录下有一张匹配文件名的图片,必须是灰度图-Add gaussian noise to the image, and use the gaussian filter, ILPF, bart ward filter respectively after processing results Need to have a picture of a match the filename, directory
-
-
0下载:
对一幅图像添加高斯噪声和椒盐噪声的效果图-On an image to add Gaussian noise and impulse noise renderings
-
-
0下载:
基于MATLAB的图形降噪,典型的BMP图像文件由三部分组成,位图文件头数据结构-Image denoising base on matlab,we selected the criteria image of Lena, add Gaussian noise and impulse noise with different strength
-
-
0下载:
设计频域滤波器消除噪声
1.选择灰度图像:Lena;
2.对该灰度图像添加高斯噪声;
3.设计高斯低通滤波器以降低噪声:
-Design frequency domain filter to eliminate noise
1. Select the grayscale image: Lena
2. Add the grayscale image Gaussian noise
3. Design of a Gaussian low-pass filter to r
-
-
0下载:
这个是matlab里基于维纳滤波算法对模拟运动模糊并加入高斯噪声的图像进行复原的程序
-This is where Wiener filtering algorithm matlab simulation of motion blur and add Gaussian noise image recovery program based on conduct
-
-
0下载:
可选均值与方差两个参数大小的给图片添加高斯噪声的代码。-Optional two parameters mean and variance image size to add Gaussian noise code.
-