搜索资源列表
ImageSmoothing
- 图像平滑,滤波器的设计,并且可以产生高斯噪声。-Smoothing, filter design, and can produce Gaussian noise
matlab2
- matlabm文件 直方图均匀化 和模拟图像受高斯白噪声和椒盐噪声的影响-matlabm file and analog image histogram homogenization by Gaussian white noise and pepper noise
A-new-adaptive-median-filter
- 一种新的自适应中值滤波方法。将3 x3窗口中心的极值点作为候选噪声点,若候选噪声点仍然是7 x7窗口的极值点,则该点即是噪声点。若以噪声点为中心的3 x3滤波窗口的中值不是噪声,则噪声用中值替换。重复以上过程,直到没有噪声点被替换。如果图像中仍然存在人的噪声团块,则噪声用相邻的三个信号点的灰度均值替换。实验结果表明,该方法能够有效去除脉冲噪声,并在抑制噪声的同时很好地保护图像的细节。-A new adaptive median filter. The extreme points of the
SARfilterNew
- 将含有噪声的SAR图像进行去噪,运用改进的lee滤波器-anti-noise SAR image based on improved Lee filter
zs
- 用中值滤波器去除椒盐噪声,首先将彩色图像转换为灰度图像,然后利用中值滤波器进行滤波-Median filter to remove salt and pepper noise
keshe
- 利用matlab的GUI程序设计一个简单实用的图像处理程序。该程序应具备图像处理的常用功能,以满足用户的使用。现设计程序有以下基本功能: 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图
work
- matlab入门小程序,实现简单的导入图片文件,将图片变成灰度图像,给图片添加噪声、滤波等-matlab study for the fist step
K-nearest-neighbor-averaging
- matlab 分别利用邻域平均和K点平均对椒盐噪声图像,高斯噪声图像,乘性噪声图像进行处理,比较两者的差别-matlab use neighborhood were average and K-point average for salt and pepper noise image, Gaussian noise images, image processing multiplicative noise, compare the difference between the two
Desk21top
- matlab课程编程【谷速软件】图像中产生高斯、椒盐噪声, 加性或乘性等多种混合噪声源代码-matlab programming courses [Valley] to produce a variety of mixed-speed software Gaussian noise source, salt and pepper noise, such as additive or multiplicative code image
Desktop
- matlab课程编程【谷速软件】运动失真或噪声干扰的图像恢复修复源代码-matlab programming courses [Valley] movement speed software image distortion or noise source code restoration repair
aa
- 傅里叶变换处理图像,滤波器处理图像,设计滤波窗口对图像进行滤波,消除噪声-Fourier transform processing on the image, the image filter processing, filter design window image is filtered to eliminate noise
addnoiseadenoise
- 导师留的数字图像处理的作业,为灰度图分别添加均匀噪声、高斯噪声和椒盐噪声,并尝试通过自适应中值滤波、均值滤波、修正的阿尔法滤波和中点滤波等手段去除噪声-add noise and denoise!uniform noise.gaussin noise and pepper&salt noise
rcd
- 二阶差分的热传导方程图像去噪,添加高斯噪声,修改了网上Heat_function的一些错误-Two order differential equation of heat conduction for image denoising, add Gauss noise, modify some of the online Heat_function error
denoise-code
- 关于图像去除噪声处理的算法,经过测试十分有效-Algorithm for image processing to remove noise
gaborga
- 高斯滤波器,对图像进行高斯滤波处理,去除噪声-Gaussian filter, the image of gaussian filtering processing, remove the noise
main
- 1.对图像进行直方图均衡化,从而达到增强图像的目的,观察图像直方图的前后变化;.2.对图像加入某种噪声(如椒盐噪声等),运用低通滤波和中值滤波分别进行图像平滑。 3.同态图像的增强:对照明分量和反射分量进行同态滤波。-1. The image histogram equalization, so as to achieve the purpose of enhancing the image of change, before and after the image histogram
noise
- matlab源程序代码,提供交流学习,在图像方面做处理,对信号噪声进行压制-matlab source code, provide exchange of learning, doing image processing in terms of signal noise suppression
tuxiangchuli
- 图像处理,边缘检测,噪声滤除,是本人数字图像处理课程所编写的小程序-Image processing, edge detection, noise filtering, is my digital image processing curriculum prepared by the small procedures
three-methods.fig
- 同一张图像经过不同噪声模糊以后形成的对比以及图像恢复后情况-Contrast same image through different noise and image blur after the formation of the situation after restoration
t_12
- 1、图像中值滤波实验 ①用imnoise函数在图像’lena.bmp’中值添加椒盐噪声,观测结果 ②用medfilt2函数对含噪声图像中值滤波。 2、使用fspecial函数生成均值、Prewitt、Sobel、Laplacian滤波模板,再用filter2函数对‘cameraman.tif’图像进行空域滤波,显示滤波结果。 3、设计高斯低通和高通频域滤波器,对‘phantom.bmp’图像进行频域滤波,显示滤波结果。然后改变滤波器截止频率,观察对结果的影响。 4、用i