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. 新建 Microsoft Word 文档

    1下载:
  2. 程序为自适应中值滤波程序,对图像椒盐噪声能够很好的去除,效果良好,并包含与普通中值滤波程序相比。(The program is an adaptive median filter, which can be used to remove salt and pepper noise well, and it has a good effect, and is compared with the ordinary median filter program.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:13312
    • 提供者:躲躲躲
  1. 图像中值滤波FPGA实现V1.0

    1下载:
  2. 实现图像的中值滤波功能,文件里有效果展示(The realization of the median filter function of the image, the file has the effect of display)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-04-23
    • 文件大小:30031872
    • 提供者:gxgone
  1. 代码

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

    • 发布日期:2018-04-30
    • 文件大小:26624
    • 提供者:电子大部件
  1. 中值滤波算法

    0下载:
  2. 可以用于图像处理的中值滤波算法,包含两种算法。(Median filtering noise reduction)
  3. 所属分类:图形图像处理

  1. median_filter

    0下载:
  2. 这个verilog程序实现了图像中值滤波,处理实时性很强,有兴趣的可以参考(This Verilog program implements the median filter in the image, the processing is very real, and the interest can be referred to)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1950720
    • 提供者:zengang
  1. median_filter

    0下载:
  2. 不利用IDL自带函数的情况下,实现自定义窗口半径的中值滤波算法,窗口边缘值的问题采用重复边缘和补0两种方法。(If we don't use IDL's own function, we can realize the median filter algorithm of the custom window radius. The problem of window edge value adopts two ways: repeated edge and complement 0.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:cenxing
  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