CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - median filter

搜索资源列表

  1. AnImprovedAdaptiveFilteringAlgorithmdetails

    0下载:
  2. 中值滤波是常用的降噪算法,它可以保留比较尖锐的边界,但是却容易模糊图象的细节。尽管已经有一些改进 算法,但效果并不十分理想。文章介绍了一种保细节中值滤波算法,采用了多尺度多方向的窗口,根据图象各部分特性自 适应地选择窗口进行中值滤波。实验结果证明,文章的算法优于其他几种常用的中值滤波算法。 -Median filter is commonly used in noise reduction algorithm, which can retain relatively sharp bo
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:226929
    • 提供者:陈卿
  1. noise

    0下载:
  2. This code is filtering noise in image with median filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:40047
    • 提供者:paz
  1. 1111

    2下载:
  2. 自适应中值滤波,对图像的椒盐噪声有很好的滤除效果,非常不错的程序-Adaptive median filter, the image of the salt and pepper noise filtering effect of a very good, very good procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:862547
    • 提供者:chen
  1. medfilt

    0下载:
  2. 该算法充分地利用相邻两次中值滤波窗口内数据的相关性。本文提出的中值滤波的快速算法的基本思想是:原始数据序列上中值滤波的滑窗在移动过程中,当前窗只要删除其最早的元素,加入窗后的新元素,即成为下一窗的内容。-Full use of the algorithm two adjacent window median filter data related to each other. In this paper, the median filtering of the fast algorithm fo
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:49551
    • 提供者:王超群
  1. median_filter

    0下载:
  2. This source code for "Median filter".-This is source code for "Median filter".
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:8282
    • 提供者:S.K
  1. Project

    0下载:
  2. medfilt2 used to median filter
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:158640
    • 提供者:ramesh
  1. 115

    0下载:
  2. 自适应型中心加权的中值滤波器.rar希望研究去噪的能用的上!-Self-Adaptive center-weighted median filter. Rar hoped that the study can be used in the de-noising!
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1180652
    • 提供者:张凤春
  1. Median-Filter

    0下载:
  2. 关于中值滤波(Median filter)的C++源代码-With regard to median filter (Median filter) of the C++ source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:149315
    • 提供者:中野
  1. gmedian

    0下载:
  2. Median filter, filter the pepper & salt noise.-Median filter on image
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:7727
    • 提供者:zhengkaun
  1. VCandOpenCVsources

    0下载:
  2. 源码1:实现对图像平滑处理。比如噪声消除(二什图像的黑白点噪滤除;消除孤立黑像素点);邻域平均 法;中值滤波;加噪等。 源码2:对图像进行阈什分割和轮廓提取。 源码3:进行图像的合成。 源码4:图像的变换域处理 源码5:锐化及边缘检测 源码6:灰度变换 motiondetect1:基于OpenCV 运动检测(摄像头或.avi)-Source 1: Implementation of image smoothing. Such as noise reduction
  3. 所属分类:Graph program

    • 发布日期:2017-05-23
    • 文件大小:7205572
    • 提供者:stone
  1. adpmedian_fliter

    0下载:
  2. 冈萨雷斯的《数字图像处理》作业,自适应门限的中值滤波器用Matlab实现,用于图像增强,去噪-Gonzalez' s " digital image processing" operations, adaptive threshold median filter realization using Matlab for image enhancement, noise reduction
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:75600
    • 提供者:angelammo
  1. adpmedian

    1下载:
  2. 本程序是自适应中值滤波的源代码,在您的主程序中引用即可-This procedure is adaptive median filter source code, in your main program can reference
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:155490
    • 提供者:幺幺
  1. chap3

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

    • 发布日期:2017-04-03
    • 文件大小:11603
    • 提供者:王兆云
  1. filter

    0下载:
  2. 均值,高斯,中值滤波器自编,并附带边界的处理项,最后是一个test.m得检测功能文件-Mean, Gaussian, median filter self, and to deal with border entry, and finally the detection of a test.m may file
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:1307
    • 提供者:苏凡
  1. weightedMedian

    0下载:
  2. 中值滤波在图像处理中占据很重要的地位,本代码是加权中值滤波处理源码。希望对大家有用。-Median filter in image processing occupies a very important position, the code is weighted median filter processing source. Hope to be useful.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1753
    • 提供者:欧阳
  1. median-filter

    0下载:
  2. 采取了中值滤波,极大值取点线性插值,一元等距拉格日插值,以及合并滤波等算法将所有的干扰数据滤去-Taken a median filter, with the maximum take-point linear interpolation, one dollar at equidistant Lagrange interpolation, and the combined filtering algorithm will filter out all interference data
  3. 所属分类:Wavelet

    • 发布日期:2017-05-10
    • 文件大小:2161686
    • 提供者:秀秀
  1. median--filter---resource

    0下载:
  2. 中值滤波法是一种非线性平滑技术,它将每一象素点的灰度值设置为该点某邻域窗口内的所有象素点灰度值的中值. 这是其中一种方法对单一图像进行处理。-median filter
  3. 所属分类:Wavelet

    • 发布日期:2017-04-09
    • 文件大小:1713922
    • 提供者:zhouminyan
  1. median-filter

    0下载:
  2. 图形图像处理,中值滤波处理问题,显示比较-Graphics, image processing, median filter processing problems, revealed comparative
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:586
    • 提供者:chuchu
  1. PSMF

    0下载:
  2. 渐进选择性中值滤波消除高密度脉冲噪声方法-Progressive Switching Median Filter for the Removal of Impulse Noise from Highly Corrupted Images(IEEECircuit 99)(PSMF 有程序)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1179
    • 提供者:王晓甜
  1. Median-filter

    0下载:
  2. 利用C++环境,编写中值滤波来对图像进行处理,能够实现该功能。-The use of C++ environment, the preparation of the median filter to the image processing, to achieve this function.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:17509341
    • 提供者:丁建洋
« 1 23 4 5 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com