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

搜索资源列表

  1. med中值滤波.zip

    3下载:
  2. 中值滤波实现
  3. 所属分类:图形图象

    • 发布日期:
    • 文件大小:519
    • 提供者:
  1. 中值滤波

    0下载:
  2. 对BMP图像进行中值滤波-median filter for bmp image
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:9030
    • 提供者:高强
  1. 中值滤波的源程序

    0下载:
  2. 中值滤波是图像增强常用的方法。程序中参数Hori是一个布尔变量,若为真,做水平中值滤波,否则,做竖直中值滤波。-Median Filtering is the common method of Image-enhancing.In the application ,the parameter \"Hori\" is a BOOL variable,which is TRUE for the operation of Horizon Median Filter or FALSE for the V
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1604
    • 提供者:doctorsuo
  1. 图像中值滤波处理源代码

    4下载:
  2. C语言编写的程序,可以对图象进行中值滤波处理,效果不错,联系方式: QQ76947175-c program which can execute medeaval filter.good performance,contact with QQ76947175.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:832
    • 提供者:刘强
  1. 中值滤波代码

    2下载:
  2. 用vc写的中值滤波源代码,融合了opencv编程。
  3. 所属分类:源码下载

  1. 快速中值滤波_verilog

    1下载:
  2. 基于FPGA的verilog快速中值滤波设计。相随普通中值滤波速度可提高多倍
  3. 所属分类:源码下载

    • 发布日期:2010-08-23
    • 文件大小:1531
    • 提供者:pfmxq@163.com
  1. 中值滤波器 采用的是对二维图像

    0下载:
  2. 中值滤波器 采用的是对二维图像,进行两次一维中值滤波,算法简单且易实现,Median filter is used in two-dimensional images, for two one-dimensional median filtering algorithm is simple and easy to achieve
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:925
    • 提供者:liuminsheng
  1. med中值滤波

    0下载:
  2. 中值滤波实现-Median filter to achieve
  3. 所属分类:Graph program

    • 发布日期:2017-11-09
    • 文件大小:832
    • 提供者:金灵书
  1. 中值滤波

    0下载:
  2. 给定一幅单波段影像imgData.txt(ASCII格式),实现对图像的处理和显示。 已知条件: (1)clrTbl.txt文件是一个颜色查找表,大小是256X3,即可表示256中RGB的颜色。 (2)ImgData.txt文件中是图像的数据,每个值代表一个像素的颜色索引号,通过索引号到颜色查找表(clrTbl.txt文件)中找到相应的RGB颜色值。 (3)中值滤波:一种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内(这里选择3X3)的所有像素点灰度值的中值。 (4)屏幕上显示像素
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:楚子航
  1. 中值滤波

    1下载:
  2. 对影像进行中值滤波处理,然后存储到另外一张图中(The image is processed by median filtering and stored in another image)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:4096
    • 提供者:好的啊
  1. 均值滤波和中值滤波处理高斯噪声

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

    • 发布日期:2017-12-25
    • 文件大小:58368
    • 提供者:小七小七
  1. 中值滤波

    0下载:
  2. 对图像中值滤波,选择清晰的图像,叠加椒盐噪声,然后去噪(The image median filtering, denoising and superposition of the salt and pepper noise.)
  3. 所属分类:其他

  1. 1025 边缘保持中值滤波

    1下载:
  2. 边缘保持中值滤波 对于此滤波算法进行了matlab编程(Edge preserving median filtering)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:29027328
    • 提供者:ysy0719
  1. 中值滤波

    0下载:
  2. 种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内的所有像素点灰度值的中值.中值滤波是基于排序统计理论的一种能有效抑制噪声的非线性信号处理技术,(Processing fuzzy images)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-02
    • 文件大小:1230848
    • 提供者:sxasa
  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 the performance of denoising, w
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:10240
    • 提供者:梁LHM
  1. 1中值滤波

    1下载:
  2. 中值滤波——《MATLAB数字图像处理——从仿真到C/C++代码的自动生成》(Median filter - MATLAB digital image processing - automatic generation from simulation to C/C++ code)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:15360
    • 提供者:StevenWang
  1. 中值滤波

    1下载:
  2. matlab的中值滤波程序。程序完整,可用性高,直接运行(The median filter program for MATLAB. Complete program, high availability, direct operation)
  3. 所属分类:GDI/图象编程

    • 发布日期:2018-05-04
    • 文件大小:148480
    • 提供者:q大蛇丸多
  1. 中值滤波

    3下载:
  2. MATLAB 中值滤波,亲自调试可用,希望共同学习!!(MATLAB median filtering, debugging personally available, hope to learn together!!)
  3. 所属分类:图形图像处理

    • 发布日期:2019-01-18
    • 文件大小:446464
    • 提供者:江城歌
  1. 中值滤波

    1下载:
  2. 读取RGB图像,并对读取到的RGB图像进行总值滤波处理,显示对比(Read the RGB image, and read the total number of filtered RGB image processing, showing contrast.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-01-18
    • 文件大小:35840
    • 提供者:BestMrc
  1. 均值滤波与中值滤波的应用

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

    • 发布日期:2020-08-27
    • 文件大小:53248
    • 提供者:reallr
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com