搜索资源列表

  1. improc

    0下载:
  2. 一个完整的Visual C++程序,包含了图像的RGB调整,傅立叶变换,傅立叶反变换,对比度调整,颜色转换 梯度算子检测,sobel算子检测 均值滤波和中值滤波,程序已经通过调试.-a complete Visual C program includes a RGB image adjustment, Fourier transform, Fourier transform, contrast adjustment, color con
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:214.45kb
    • 提供者:杨萧
  1. lubo

    0下载:
  2. 自己编写图像平滑算法:均值滤波和中值滤波,设置不同的均值滤波模板,以得到最好的图像输出结果。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:872byte
    • 提供者:zw
  1. repictured

    0下载:
  2. 对图象重建,进行7*7中值滤波,对图象进行锐化处理,和均值滤波的比较-right image reconstruction, 7* 7 Median filtering, the image sharpening, and the mean filter comparison
  3. 所属分类:matlab例程

    • 发布日期:2024-11-30
    • 文件大小:125kb
    • 提供者:张琪
  1. mysmoothandsharp

    0下载:
  2. 该压缩包中的程序实现对图像的平滑和锐化,其中采用多种方法实现平滑(包括均值滤波,中值滤波,顺序统计滤波)和锐化(包括采用Sobel算子和高通滤波)。-Program realization of the right image sharpening and smoothing. using a variety of methods in which to achieve smooth (including mean filtering,
  3. 所属分类:matlab例程

    • 发布日期:2024-11-30
    • 文件大小:2kb
    • 提供者:李文
  1. improc

    0下载:
  2. 一个完整的Visual C++程序,包含了图像的RGB调整,傅立叶变换,傅立叶反变换,对比度调整,颜色转换 梯度算子检测,sobel算子检测 均值滤波和中值滤波,程序已经通过调试.-a complete Visual C program includes a RGB image adjustment, Fourier transform, Fourier transform, contrast adjustment, color con
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-30
    • 文件大小:4.2mb
    • 提供者:杨萧
  1. imageprocessing2

    1下载:
  2. 1.灰度变换:选择一幅对比度不足的图像,对该图像进行灰度变换,增强对比度,显示增强前、后的图像以及它们的灰度直方图。 2.直方图均衡:选择一幅灰度直方图不均匀的图像,对该图像进行直方图均衡处理,显示处理前、后的图像以及它们的灰度直方图。 3.选择一幅边缘较模糊的图像,利用高通滤波器(选择或自己设计)对该图像进行边缘增强,观察增强的效果。 4.选择一幅图像,叠加零均值高斯噪声,分别利用低通滤波器、维纳滤波器和中值滤波器对该有噪
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-30
    • 文件大小:2kb
    • 提供者:syq
  1. lubo

    0下载:
  2. 自己编写图像平滑算法:均值滤波和中值滤波,设置不同的均值滤波模板,以得到最好的图像输出结果。-I have written the image smoothing algorithm: mean filter and median filter, mean filter set different templates to get the best image output.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:zw
  1. work

    0下载:
  2. 图像均值滤波和中值滤波的matlab源程序代码。希望能给大家带来用处.-Image mean filter and median filter the matlab source code. We hope that they will bring useful.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-30
    • 文件大小:3kb
    • 提供者:zxmoran
  1. tuxiangquzao

    0下载:
  2. 图像去噪的几种方法分析比较 图像去噪是图像处理中的重要组成部分,对均值滤波、中值滤波、维纳滤波和图像小波 域滤波四种用于图像去噪的平滑技术进行分析比较。 -Image Denoising Methods of Analysis and Comparison of image denoising in image processing is an important part of the mean filtering, me
  3. 所属分类:文档资料

    • 发布日期:2024-11-30
    • 文件大小:56kb
    • 提供者:彭伟
  1. filtering

    0下载:
  2. 文档中有详细的在VC++6.0中进行均值滤波和中值滤波的操作过程,附有主要程序源码-Document in detail in the VC++6.0 in average filtering and median filtering operations, with the main program source code
  3. 所属分类:软件工程

    • 发布日期:2024-11-30
    • 文件大小:470kb
    • 提供者:晓凡
  1. matlabcode4

    0下载:
  2. 利用matlab实现图像的滤波。本程序编写了理想滤波器和巴特沃斯滤波器的代码。此外还实现的图像均值滤波和中值滤波。-use matlab to filter the wavelet
  3. 所属分类:图形图象

    • 发布日期:2024-11-30
    • 文件大小:122kb
    • 提供者:gao
  1. imageproc

    0下载:
  2. Matlab图像处理,包含图像平滑、锐化等 图像平滑处理包含均值滤波和中值滤波 图像锐化处理包含拉普拉斯算子和Roberts算子、Prewitt算子和Sobel算子-Matlab image processing, including image smoothing, sharpening and other image smoothing with the mean filter and median filtering im
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:tony
  1. wenjian

    0下载:
  2. 分析比对了均值滤波和中值滤波两种方法,对彩色图像滤波处理的优劣-Analysis compared the mean filter and median filter are two methods, the merits of color image filtering
  3. 所属分类:matlab例程

    • 发布日期:2024-11-30
    • 文件大小:200kb
    • 提供者:linan08
  1. ImageProcessing

    0下载:
  2. 对一幅图像加入高斯噪声和椒盐噪声后,分别进行均值滤波和中值滤波,比较两种滤波方法的优缺点-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
  3. 所属分类:matlab例程

    • 发布日期:2024-11-30
    • 文件大小:5kb
    • 提供者:zhaowei
  1. 均值滤波和中值滤波处理高斯噪声

    0下载:
  2. 均值滤波和中值滤波处理高斯噪声,比较差异(Mean filtering and median filter are used to deal with gaussian noise)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-30
    • 文件大小:57kb
    • 提供者:小七小七
  1. 代码

    0下载:
  2. 模拟仿真了均值滤波和中值滤波的滤波效果。(The filtering effect of mean filter and median filter is simulated.)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-30
    • 文件大小:26kb
    • 提供者:电子大部件
  1. 中值滤波

    0下载:
  2. 中值滤波可以保留目标边缘,这是中值滤波器相对于均值滤波器的最大优势。中值滤波具有去噪的性能,可以消除孤立的噪声点,可以用来减弱随机干扰和脉冲干扰,但是边缘不模糊。(Median filter can retain the target edge, which is the maximum advantage of median filter compared to mean filter. The median filter has t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-30
    • 文件大小:10kb
    • 提供者:梁LHM
  1. Desktop

    0下载:
  2. 均值滤波和中值滤波的matlab实现,里面有注释(Matlab implementation of mean filtering and median filtering)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-30
    • 文件大小:56kb
    • 提供者:小——白
  1. 均值滤波和中值滤波.doc

    0下载:
  2. 均值滤波和中值滤波 图像是一种重要的信息源,通过图像处理可以帮助人们了解信息的内涵,然而在图像使用和传输过程中,不可避免会受到噪声的干扰,因此为了恢复原始图像,达到好的视觉效果,需要对图像进行滤波操作。根据噪声种类不同,可以采用不同的滤波方法,均值滤波是典型的线性滤波算法,能够有效滤波图像中的加性噪声,而中值滤波器是能够有效滤除脉冲噪声的非线性滤波器,但传统中值滤波去脉冲噪声的性能受滤波窗口尺寸的影响较大, 在抑制图像噪声和保护细节两
  3. 所属分类:图形图象

    • 发布日期:2024-11-30
    • 文件大小:934kb
    • 提供者:DDL_纵横
  1. 均值滤波与中值滤波的应用

    0下载:
  2. 均值滤波和中值滤波在matlab中的应用及其matlab代码(Matlab code for mean filtering median filtering)
  3. 所属分类:matlab例程

    • 发布日期:2024-11-30
    • 文件大小:52kb
    • 提供者:reallr
« 12 3 4 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org