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

搜索资源列表

  1. vc_showdib

    0下载:
  2. VC进行数字图像处理,中值滤波,图像锐化,图像平滑,直方图均衡- DIP
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:274285
    • 提供者:wangjian
  1. 对图像进行中值滤波

    0下载:
  2. 对图像进行中值滤波使得图像更加的光滑有利于进一步的研究-In image filtering makes the image more conducive to smooth the further study
  3. 所属分类:Windows编程

    • 发布日期:2017-04-09
    • 文件大小:405934
    • 提供者:向炼
  1. tuxiangshiyan

    0下载:
  2. 图像中值滤波的改进算法 频域中的图像去噪算法 matlab实验-matlab experiments
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:57389
    • 提供者:屋檐下的雨
  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. median_filterCode

    0下载:
  2. 采用快速中指滤波算法实现图像的中值滤波,使用VHDL语言ISE环境-Image Median Filter
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-07-05
    • 文件大小:11948
    • 提供者:若谙
  1. ImageProcessing

    0下载:
  2. 图像处理的课程设计功能有 1.直方图的计算与显示 2.线性点运算 3.灰度均衡 4.傅里叶正变换 5.模板操作、中值滤波-Image processing function of curriculum design 1. Histogram calculation and display 2. Linear 3-point operations. Grayscale balance 4. Fourier transformation 5. Template operation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3312434
    • 提供者:张志荣
  1. denoise1

    1下载:
  2. 用于图像去噪实验界面,包括小波去噪,中值滤波等,程序有MATLAB的gui界面,调试成功。-image denosing experiments, a good matlab interface .
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1648
    • 提供者:zhaoqian
  1. mid_filter

    0下载:
  2. DSP642的中值滤波,全套工程,很有启发意义-DSP642 the median filter, a full set of engineering, it is instructive
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:39349
    • 提供者:www
  1. 09_05_14

    0下载:
  2. VC++编写的实现图像中值滤波与灰度阈值变换的程序-VC++ to prepare the realization of image filtering and gray-scale transformation process threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3933106
    • 提供者:sa
  1. 1

    0下载:
  2. MATLAB在中值滤波改进算法中的应用,这里有一个关于自适应中值滤波的简单程序。-MATLAB in the median filter to improve the algorithm, there is an adaptive median filter on a simple procedure.
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:478765
    • 提供者:awhzss
  1. 4

    0下载:
  2. 彩色图像自适应中值滤波的研究与实现,希望对大家有些用处。-Color Image Adaptive Median Filter Research and Implementation of hope for all of us some useful.
  3. 所属分类:Communication

    • 发布日期:2017-05-16
    • 文件大小:3978530
    • 提供者:awhzss
  1. wmedfilt1

    0下载:
  2. 此函数为一维加权中值滤波函数,本人觉得很不错。-Vega as a function of the value of the right to filter function, I think is pretty good.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1207
    • 提供者:于丹丹
  1. medfilter

    0下载:
  2. 基于matlab对图像进行中值滤波处理处理,另外附有自己编写的两种中值滤波算法,同时也可以使用matlab自带的median函数-median filter for image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1147
    • 提供者:liuyilong
  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. graythresh

    0下载:
  2. 本文提出的中值滤波的快速算法的基本思想是:原始数据序列上中值滤波的滑窗在移动过程中,当前窗只要删除其最早的元素,加入窗后的新元素,即成为下一窗的内容。这个只是Matlab里封装的算法代码-In this paper, the median filtering of the fast algorithm for the basic idea is: the original data sequence in the sliding window filtering process in the m
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1265
    • 提供者:王超群
  1. medianfilter(matlab)

    0下载:
  2. 本程序是对均值滤波方法和中值滤波方法的去噪效果对比的MATLAB程序-This procedure is a mean filter and median filter denoising methods MATLAB procedures contrast effect
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:1101
    • 提供者:jiali
  1. ImageProcessing

    0下载:
  2. 中值滤波 均值滤波 图像锐化 边缘检测 c#实现-Mean Filter Median Filter image sharpening to achieve edge detection c#
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:924774
    • 提供者:wing
  1. noisereduction

    0下载:
  2. matlab 图像中值滤波去噪(高斯噪声和椒盐噪声)-noisereduction
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:792694
    • 提供者:xiayaodong
  1. Median_filter

    0下载:
  2. 采用Visual C++编写的图像的中值滤波-Image of the median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:78486
    • 提供者:yang
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com