搜索资源列表
improc
- 一个完整的Visual C++程序,包含了图像的RGB调整,傅立叶变换,傅立叶反变换,对比度调整,颜色转换 梯度算子检测,sobel算子检测 均值滤波和中值滤波,程序已经通过调试.-a complete Visual C program includes a RGB image adjustment, Fourier transform, Fourier transform, contrast adjustment, color con
lubo
- 自己编写图像平滑算法:均值滤波和中值滤波,设置不同的均值滤波模板,以得到最好的图像输出结果。
repictured
- 对图象重建,进行7*7中值滤波,对图象进行锐化处理,和均值滤波的比较-right image reconstruction, 7* 7 Median filtering, the image sharpening, and the mean filter comparison
mysmoothandsharp
- 该压缩包中的程序实现对图像的平滑和锐化,其中采用多种方法实现平滑(包括均值滤波,中值滤波,顺序统计滤波)和锐化(包括采用Sobel算子和高通滤波)。-Program realization of the right image sharpening and smoothing. using a variety of methods in which to achieve smooth (including mean filtering,
improc
- 一个完整的Visual C++程序,包含了图像的RGB调整,傅立叶变换,傅立叶反变换,对比度调整,颜色转换 梯度算子检测,sobel算子检测 均值滤波和中值滤波,程序已经通过调试.-a complete Visual C program includes a RGB image adjustment, Fourier transform, Fourier transform, contrast adjustment, color con
imageprocessing2
- 1.灰度变换:选择一幅对比度不足的图像,对该图像进行灰度变换,增强对比度,显示增强前、后的图像以及它们的灰度直方图。 2.直方图均衡:选择一幅灰度直方图不均匀的图像,对该图像进行直方图均衡处理,显示处理前、后的图像以及它们的灰度直方图。 3.选择一幅边缘较模糊的图像,利用高通滤波器(选择或自己设计)对该图像进行边缘增强,观察增强的效果。 4.选择一幅图像,叠加零均值高斯噪声,分别利用低通滤波器、维纳滤波器和中值滤波器对该有噪
lubo
- 自己编写图像平滑算法:均值滤波和中值滤波,设置不同的均值滤波模板,以得到最好的图像输出结果。-I have written the image smoothing algorithm: mean filter and median filter, mean filter set different templates to get the best image output.
work
- 图像均值滤波和中值滤波的matlab源程序代码。希望能给大家带来用处.-Image mean filter and median filter the matlab source code. We hope that they will bring useful.
tuxiangquzao
- 图像去噪的几种方法分析比较 图像去噪是图像处理中的重要组成部分,对均值滤波、中值滤波、维纳滤波和图像小波 域滤波四种用于图像去噪的平滑技术进行分析比较。 -Image Denoising Methods of Analysis and Comparison of image denoising in image processing is an important part of the mean filtering, me
filtering
- 文档中有详细的在VC++6.0中进行均值滤波和中值滤波的操作过程,附有主要程序源码-Document in detail in the VC++6.0 in average filtering and median filtering operations, with the main program source code
matlabcode4
- 利用matlab实现图像的滤波。本程序编写了理想滤波器和巴特沃斯滤波器的代码。此外还实现的图像均值滤波和中值滤波。-use matlab to filter the wavelet
imageproc
- Matlab图像处理,包含图像平滑、锐化等 图像平滑处理包含均值滤波和中值滤波 图像锐化处理包含拉普拉斯算子和Roberts算子、Prewitt算子和Sobel算子-Matlab image processing, including image smoothing, sharpening and other image smoothing with the mean filter and median filtering im
wenjian
- 分析比对了均值滤波和中值滤波两种方法,对彩色图像滤波处理的优劣-Analysis compared the mean filter and median filter are two methods, the merits of color image filtering
ImageProcessing
- 对一幅图像加入高斯噪声和椒盐噪声后,分别进行均值滤波和中值滤波,比较两种滤波方法的优缺点-Of an image by adding Gaussian noise and salt and pepper noise, the mean filter, respectively, and median filtering, comparing the advantages and disadvantages of the two filt
均值滤波和中值滤波处理高斯噪声
- 均值滤波和中值滤波处理高斯噪声,比较差异(Mean filtering and median filter are used to deal with gaussian noise)
代码
- 模拟仿真了均值滤波和中值滤波的滤波效果。(The filtering effect of mean filter and median filter is simulated.)
中值滤波
- 中值滤波可以保留目标边缘,这是中值滤波器相对于均值滤波器的最大优势。中值滤波具有去噪的性能,可以消除孤立的噪声点,可以用来减弱随机干扰和脉冲干扰,但是边缘不模糊。(Median filter can retain the target edge, which is the maximum advantage of median filter compared to mean filter. The median filter has t
Desktop
- 均值滤波和中值滤波的matlab实现,里面有注释(Matlab implementation of mean filtering and median filtering)
均值滤波和中值滤波.doc
- 均值滤波和中值滤波 图像是一种重要的信息源,通过图像处理可以帮助人们了解信息的内涵,然而在图像使用和传输过程中,不可避免会受到噪声的干扰,因此为了恢复原始图像,达到好的视觉效果,需要对图像进行滤波操作。根据噪声种类不同,可以采用不同的滤波方法,均值滤波是典型的线性滤波算法,能够有效滤波图像中的加性噪声,而中值滤波器是能够有效滤除脉冲噪声的非线性滤波器,但传统中值滤波去脉冲噪声的性能受滤波窗口尺寸的影响较大, 在抑制图像噪声和保护细节两
均值滤波与中值滤波的应用
- 均值滤波和中值滤波在matlab中的应用及其matlab代码(Matlab code for mean filtering median filtering)