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

搜索资源列表

  1. 中值滤波算法改进之C语言实现

    1下载:
  2. 这里所说的改进,主要是指中值计算方法的改进,求出中值以后,仍按原来的方法进行图像处理-here said the improvement was mainly referring value calculation method improvements, which values obtained after remaining on the original image processing methods
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1029
    • 提供者:王少石
  1. 双边滤波源代码

    5下载:
  2. 双边滤波,比中值滤波,高斯,均值滤波更好的保持了边缘信息.
  3. 所属分类:源码下载

    • 发布日期:2010-10-12
    • 文件大小:126680
    • 提供者:trierwang
  1. vmf1.rar

    0下载:
  2. 矢量中值滤波器(Vector Median Filter) 考虑彩色图像三个分量之间的联系。, Vector Median Filter (Vector Median Filter) consider color images of the contact between the three subscales.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:982
    • 提供者:leohee
  1. tuxiangpinhua.rar

    0下载:
  2. 图像平滑 中值滤波属于非线性平滑滤波器,它可以消除噪声又能保护图象的细节,Image smoothing median filter belong to non-linear smoothing filters, which can eliminate noise and protect the image details
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:15726
    • 提供者:陈杰
  1. Code_for_MedianFilter33.rar

    1下载:
  2. 3x3中值滤波器的FPGA实现(VERILOG),3x3 median filter FPGA implementation (VERILOG)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-12-01
    • 文件大小:53547
    • 提供者:tom
  1. spfilter.rar

    0下载:
  2. 应用多种滤波器进行处理:算术均值,几何 均值,谐波均值,逆谐波均值,中值滤波, 中点滤波,最大值、最小值滤波等,To deal with a variety of filter applications: arithmetic mean, geometric mean, harmonic mean, inverse harmonic mean, median filter, the mid-point filtering, maximum, minimum filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:630
    • 提供者:yang
  1. median

    1下载:
  2. 用verilog编辑的中值滤波器!语言旁表有注释方便理解!-Using Verilog editor median filter! Language beside the table annotated to facilitate understanding!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-07-05
    • 文件大小:1775543
    • 提供者:yuming
  1. adapt_mid_filter

    0下载:
  2. 实现自适应中值滤波,边缘问题采用复制边缘像素的方法。(Achieve adaptive median filtering, and the edge problem uses a method of copying edge pixels)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:cenxing
  1. 彩色边缘检测和自适应中值滤波

    0下载:
  2. 利用MATLAB进行彩色边缘检测和自适应中值滤波(Using MATLAB for Color Edge Detection)
  3. 所属分类:图形图象

  1. 中值滤波和均值滤波

    0下载:
  2. 本程序适用于均值滤波和中值滤波的图像处理(This program is suitable for image processing of mean filtering and median filtering.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:56320
    • 提供者:叼烟的女人
  1. Desktop

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

    • 发布日期:2018-05-03
    • 文件大小:57344
    • 提供者:小——白
  1. ImageTest

    0下载:
  2. 中值滤波的方法,灰度图像去噪点,把原始有噪点的灰度图像进行去噪点变化,使得图形看起来平滑图像增强(Gray image denoising, image enhancement)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:3226624
    • 提供者:JUKCZ
  1. denoise

    4下载:
  2. 可以在MATLAB中对三维点云数据进行中值滤波。(The median filtering of 3D point cloud data can be carried out.)
  3. 所属分类:3D图形编程

    • 发布日期:2018-05-04
    • 文件大小:167936
    • 提供者:southpole
  1. zhongzhilvbo

    0下载:
  2. 本算法使用C++实现图像的中值滤波,运行环境VS2017(This algorithm uses C++ to realize median filtering of images, and the running environment is VS2017.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-07
    • 文件大小:2641920
    • 提供者:致命打击
  1. 均值滤波和中值滤波.doc

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

    • 发布日期:2019-09-18
    • 文件大小:956416
    • 提供者:DDL_纵横
  1. image-denoising

    1下载:
  2. 图像去噪算法研究,包括均值滤波、高斯滤波、中值滤波、自适应中值滤波、巴特沃斯低通滤波器、小波阈值去噪算法(Image denoising algorithms)
  3. 所属分类:图形图像处理

    • 发布日期:2020-07-20
    • 文件大小:4096
    • 提供者:xiaosanba
  1. adpmedian

    1下载:
  2. 自适应中值滤波,在中值滤波算法的基础上对中值参数的选取可以根据具体条件自我修订,滤波效果更佳理想(Adaptive median filtering. On the basis of median filtering algorithm, the selection of median parameters can be self-modified according to specific conditions, and the filtering effect is better and i
  3. 所属分类:其他

    • 发布日期:2018-10-30
    • 文件大小:1024
    • 提供者:鸭梨??
  1. MATLAB实现自适应中值滤波源代码

    1下载:
  2. 本文提出了一种新的快速自适应加权中值滤波算法以提高中值滤波算法的性能。(A new fast adaptive weighted median filtering algorithm is proposed to improve the performance of the median filtering algorithm.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-11-05
    • 文件大小:83968
    • 提供者:皮皮侠
  1. 干涉相位滤波(均值、中值、圆周期)

    3下载:
  2. 干涉相位滤波(均值、中值、圆周期)用于insar的三种不同滤波方法(Three different filtering methods for InSAR based on interferometric phase filtering (mean, median and circle period))
  3. 所属分类:matlab例程

    • 发布日期:2020-06-24
    • 文件大小:1638400
    • 提供者:圭川
  1. opencv 高斯滤波和中值滤波

    0下载:
  2. 通过opencv调用高斯滤波和中值滤波对图像进行卷积去除加入的椒盐噪声
  3. 所属分类:OpenCV

« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com