CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 中值-均值滤波

搜索资源列表

  1. VBFilter

    0下载:
  2. 实现了多种滤波方法(全方位多级组合滤波、MMF、中值、均值滤波等)-To achieve a variety of filtering methods (full range of multi-level composite filter, MMF, median, mean filtering, etc.)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:32934
    • 提供者:刘丽梅
  1. ImagingSmoothProcessor

    0下载:
  2. 图像的平滑处理 包括图像的二至化 均值滤波 中值滤波-Images including images of the two smoothing of the mean filter to the median filter, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2094555
    • 提供者:shimanli
  1. shiyan

    0下载:
  2. 给出三组分别带有高斯噪声和salt&pepper噪声的图片,对他们进行直方图均衡化,然后分别用中值滤波器和均值滤波器对所有图片进行滤波,比较结果 -1. Given an original and its noised images. 2. Histogram Equalization with random additions 3. 3 by 3 median filter window (Calculate the median value among 9 values, an
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1441
    • 提供者:zhengyan
  1. ImagesOfTheSpatialFilter

    0下载:
  2. 均值滤波是在空间域对图象进行平滑处理的一种方法,易于实现,效果也挺好。此外,本资料还讲了中值滤波。-Mean filter is a spatial smoothing of the image processing method and easy to implement, the effect is also quite good. In addition, the data also speak of the median filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2301
    • 提供者:高金伟
  1. ImageProcessing

    0下载:
  2. 图像处理小软件,实现梯度锐化、拉普拉斯锐化、均值滤波、中值滤波、旋转缩放等功能。是学习图像基本算法的一个小工具。-Small image processing software, to achieve gradient sharpening, Laplacian sharpening, mean filtering, median filtering, rotation, zoom and other functions. Is to learn the basic algorithm of t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1957642
    • 提供者:王巍
  1. imgkmeans

    1下载:
  2. 将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentation, the input is a color imag
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:336328
    • 提供者:caoliang
  1. filter

    0下载:
  2. C语言读取图像,对图像进行翻转,中值,均值滤波的实现。这是在VC6.0中编的程序-C language read images right images flip, median, mean filtering realization. This is VC6.0 in compiled procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:4437
    • 提供者:lifei
  1. 55593397BmpProject

    0下载:
  2. 好书,图像处理,可以看看,主要是一些主要的算法代码,推荐学习,中值滤波,均值滤波等等。-Good books, image processing, you can look at some of the main algorithm is mainly the code, it is recommended to study, median filtering, average filtering and so on.
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:37597
    • 提供者:liuliu
  1. ImageStabilization

    0下载:
  2. 机载电子稳像技术研究,很好的一篇博士论文。 本章首先分析了航摄动态图像的特点,并在对机载航摄图像序列进行大量的实 验和理论分析的基础上,提出了适用机载视频图像序列稳定的有效算法,即灰度投影 算法和基于特征点匹配算法。针对灰度投影算法易受图像的背景信息影响的特点, 详细地讨论了如何提高该算法用于机载电子稳像的精度,并通过实验验证了所提方 法的有效性。在长焦距成像系统中,旋转运动对图像序列的稳定有着重要的影响, 机载成像系统在成像过程中,不仅有平移运动,还包含旋转运动,必须考
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:8736533
    • 提供者:wangxi
  1. chap3

    0下载:
  2. 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1952739
    • 提供者:myname
  1. DigitalImageProcessing

    0下载:
  2. 包括打开、保存、关闭基本操作,以及中值滤波、均值滤波、锐化,还有镜像的算法,主要是因为还在入门,所以想下载点相关资料。-Including open, save, close the basic operations, as well as median filtering, average filtering, sharpening, as well as mirroring the algorithm, mainly because the entry is still, so would
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4656
    • 提供者:刘宇
  1. sar

    1下载:
  2. sar均值中值滤波,可以实现sar图像的初级滤波功能,是最简单的滤波器。-sar
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:549
    • 提供者:白小
  1. lvbo

    0下载:
  2. 一些各种滤波的程序,包括中值,均值,高斯滤波-Some of the various filtering procedures, including median, mean, Gaussian filter
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:3005
    • 提供者:
  1. noise

    0下载:
  2. 利用matlab 处理 加入高斯噪声的图像分别作均值、中值和维纳滤波-Adding Gaussian noise using matlab image processing were as mean, median and Wiener filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:617
    • 提供者:李俊
  1. huidutuxiangchuli

    0下载:
  2. 本程序对灰度图像进行滤波,采用均值和中值滤波法-The program of the gray image is filtered, using the mean and median filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:548
    • 提供者:wang
  1. yz

    0下载:
  2. 在MATLAB下实现各种数字滤波,包括中值滤波,均值滤波等-MATLAB image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4810
    • 提供者:kevinfjm
  1. tuxiangzengqiang

    0下载:
  2. 关于对图像进行中值、均值等滤波,以及自适应选择窗口大小,以获得更好的滤波效果;-The program is about the mean filter,media filter and so on
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:5200
    • 提供者:chengqingming
  1. dip

    0下载:
  2. 一个简单的包括几个基本的图像处理的程序 可以实现: 检索灰度最大值,最小值,平均值,灰度线性变换,直方图统计,直方图均衡,平移,拉伸,旋转,FFT,DCT,随即噪声,椒盐噪声,均值滤波,中值滤波,SOBEL,LAPLACE 二值化-A simple include several basic image processing program can be: retrieve the gray maximum, minimum, average, linear gray level t
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:2650466
    • 提供者:wynd
  1. filter

    0下载:
  2. 里面有lee滤波,均值滤波,中值滤波,及创新的地方-Inside there are lee filtering, average filtering, median filtering, and innovative local
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1906
    • 提供者:
  1. chap3

    0下载:
  2. 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:11603
    • 提供者:王兆云
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 25 »
搜珍网 www.dssz.com