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

搜索资源列表

  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. 针对常用的图像下采样方法无法满足不同应用需要的问题,提出下采样和插值在实现技术上具有同一性的特点,下采样可以采用插值的大量先进技术。将下采样与插值均看作是对邻域未知像素的预测,建立了统一的像素预测模型。实验结果验证了该同一性的思想,并表明与常用的下采样方法相比,在具有保持特征、保护边缘、维持平滑等特性的基础上,能够使下采样后的图像保持更多的信息,从而为下采样在不同应用中的实现提供了更多可选择的方法。
  3. 所属分类:编程文档

    • 发布日期:2008-12-09
    • 文件大小:174216
    • 提供者:gumuxiangyang
  1. wavelet相邻尺度积系数阈值去噪

    0下载:
  2. 基于wavelet变换相邻尺度积系数阈值去噪法 在matlab7.0环境下运行 自己编的,希望编的效果比我好的同志,指出我的程序中的缺点,交流下。
  3. 所属分类:matlab例程

    • 发布日期:2008-12-16
    • 文件大小:2140
    • 提供者:anyanping
  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. 中值滤波和均值滤波

    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. 中值滤波

    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. 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. 均值,中值,高斯,维纳滤波处理图像代码

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

    • 发布日期:2020-05-15
    • 文件大小:15360
    • 提供者:大门牙
  1. 图像去噪(matlab)

    1下载:
  2. 使用中值,均值,小波,DCT,PCA五种方法实现对图像的去噪处理。(Five methods, median, mean, wavelet, DCT and PCA, are used to denoise the image.)
  3. 所属分类:图形图象

    • 发布日期:2020-11-05
    • 文件大小:14461952
    • 提供者:Jonn
  1. a

    1下载:
  2. 对肌电信号计算积分肌电值+均方根值+中值频率+平均功率频率(Computation of Integral EMG+RMS+Median Frequency+Average Power Frequency for EMG Signals)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-09
    • 文件大小:1024
    • 提供者:lieut
  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. opencv 高斯滤波和中值滤波

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

« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com