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

搜索资源列表

  1. 滤波处理

    1下载:
  2. 滤波处理,包括最大值滤波、最小值滤波、中值滤波和平均值滤波!-filter processing, including filtering maximum and the minimum of filtering, median filtering and filtering average!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2983
    • 提供者:张宸宇
  1. 图像滤波处理代码

    0下载:
  2. 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
  3. 所属分类:2D图形编程

    • 发布日期:2014-01-17
    • 文件大小:2268580
    • 提供者:qq1418
  1. 领域平均法与均值滤波

    0下载:
  2. 这是我们在学习数字图像处理过程中,对领域平均法和中值滤波的程序代码。-This is our learning digital image processing, the field average and median filtering the code.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2296
    • 提供者:小何
  1. 02824227胡英飞-中值滤波

    0下载:
  2. 这是关于图像处理中滤波的一种算法,其中包含源码和验证的过程以及分析,使用MFC实现的-this is about image processing filter algorithm, which contains source and certification process and the analysis, the use of the MFC
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:185384
    • 提供者:胡英飞
  1. 顺序统计滤波器

    0下载:
  2. 该程序用C++ builder 编写,4个IMAGE 窗口,分别进行了读取图片,最小值滤波,最大值滤波和中值滤波。
  3. 所属分类:源码下载

  1. 中值和均值滤波图像恢复处理程序实例

    0下载:
  2. 中值和均值滤波图像恢复处理程序实例
  3. 所属分类:图形图像处理(光照,映射..)

  1. matlab_image.matlab图像预处理

    2下载:
  2. matlab图像预处理,包括灰度化,对数变换,直方图均衡化,线性平滑滤波,中值滤波,自适应滤波,图像锐化,图像二值化,各类边缘检测算子等等,matlab image preprocessing, including gray-scale and logarithmic transformation, histogram equalization, linear filtering, median filtering, adaptive filtering, image sharpening, i
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-01-26
    • 文件大小:8333
    • 提供者:王强
  1. bmp_24.rar

    0下载:
  2. 24位bmp图像读取处理,包括灰度处理(二值化),中值滤波处理。,Bmp image reader 24, including gray-scale processing (binarization), median filter processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:7082964
    • 提供者:android
  1. adamedianfilt

    1下载:
  2. 自适应中值滤波器的滤波方式和传统的中值滤波器一样,都使用一个矩形区域的窗口Sxy,不同的是在滤波过程中,自适应滤波器会根据一定的设定条件改变(即增加)滤窗的大小,同时当判断滤窗中心的像素是噪声时,该值用中值代替,否则不改变其当前像素值,这样用滤波器的输出来替代像素(x,y)处(即目前滤窗中心的坐标)的值。-Adaptive Median Filter for filtering methods and the same as the traditional median filter, use
  3. 所属分类:Special Effects

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

    2下载:
  2. 用vhdl硬件描述语言写的中值滤波器,主要对尖峰脉冲进行消除。在fpga上实现。-Vhdl hardware descr iption language used to write the median filter, mainly to eliminate spikes. Implemented on the fpga.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-08-16
    • 文件大小:215040
    • 提供者:momowang
  1. 小波变换对图像滤波

    4下载:
  2. 文档包含对图像进行滤波的常用方法如小波变换、中值滤波等方法的源代码。以及对该滤波方法进行阐述的报告。对学数字图像处理的同学们有帮助。
  3. 所属分类:matlab例程

    • 发布日期:2017-05-15
    • 文件大小:713011
    • 提供者:twotentwo
  1. 新建 Microsoft Word 文档

    0下载:
  2. 在照片中加入椒盐噪声、高斯白噪声。? 分别用3*3、5*5、7*7的均值滤波器和中值滤波器进行滤波。(Salt and white noise are added to the picture. The filter is used to filter the mean filter and median filter of 3 * 3, 5 * 5, 7 * 7.)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:10240
    • 提供者:天蓝幽魔
  1. 滤波

    0下载:
  2. 提供5种滤波算法,分别是//方框滤波//均值滤波//高斯滤波 //中值滤波 //双边滤波(5 filtering algorithms are provided, which are block filtering, mean filtering, Gauss filtering, median filtering, and bilateral filtering)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:蘑菇1234
  1. 数字图像处理经典算法

    1下载:
  2. matlab 数字图像处理经典算法。归纳很全面。拉普拉斯变换、中值滤波、灰度拉伸等等算法的总结(Matlab digital image processing classic algorithm. Induction is very comprehensive. Laplasse transform, median filtering, gray stretch and so on algorithm summary)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:ujytty
  1. 新建文件夹

    0下载:
  2. 基于彩色图像的矢量中值滤波算法 对矢量中值滤波器的改进(Vector median filtering algorithm based on color image Improvement of vector median filter)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:张凯楠
  1. all_noise_medium

    0下载:
  2. 分别对加入椒盐噪声和高斯噪声的图像通过中值滤波器进行滤波,输出滤波后的图像以及信噪比。(The image of adding salt and pepper noise and Gaussian noise is filtered through the median filter, and the filtered image and signal to noise ratio are output.)
  3. 所属分类:matlab例程

  1. 均值,中值,高斯,维纳滤波处理图像代码

    1下载:
  2. 采用均值滤波,中值滤波,高斯滤波,维纳滤波四种方法进行图像降噪处理(Mean filter, median filter, gaussian filter and wiener filter are used for image denoising)
  3. 所属分类:图形图象

    • 发布日期:2020-05-15
    • 文件大小:15360
    • 提供者:大门牙
  1. 中值与小波结合去噪程序

    2下载:
  2. 利用中值滤波和小波相结合的方式,去除信号中含有的随机噪声和脉冲噪声(The method of combining median filter with wavelet is used to remove the random noise and impulse noise in the signal)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-07
    • 文件大小:177152
    • 提供者:Lqther
  1. 图像去噪

    1下载:
  2. 图像去噪,自适应门限中值滤波器代码,实现在matlab开发环境(Image denoising, adaptive threshold median filter code, to achieve in the MATLAB development environment)
  3. 所属分类:图形图像处理

    • 发布日期:2020-11-06
    • 文件大小:142336
    • 提供者:blackwhitem
  1. 2.多种滤波方法_心电信号

    0下载:
  2. 心电信号多种滤波方式比较;中值滤波、自适应滤波等等(Comparison of various filtering methods of ECG signal, such as median filtering, adaptive filtering and so on)
  3. 所属分类:其他小程序

    • 发布日期:2021-01-04
    • 文件大小:3507125
    • 提供者:ToothDecayed
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com