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

搜索资源列表

  1. zishiying

    0下载:
  2. 自适应中值滤波的编程,用MATLAB实现的,可能程序有点简单,太是真正能实现的
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:838
    • 提供者:周华东
  1. adpmedian

    1下载:
  2. 自适应中值滤波程序 自己根据mathworks网站的源程序 改进而来 非常详细 拿来即可用
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1392
    • 提供者:刘言
  1. openCV图像处理,内含边缘检测

    0下载:
  2. openCV图像处理,内含边缘检测、边缘分割、区域增长、高斯噪声、椒盐噪声消除以及自适应中值滤波函数的实现-openCV image processing, includes edge detection, edge segmentation, region growing, Gaussian noise, salt and pepper noise cancellation and adaptive median filter function implementation
  3. 所属分类:GDI/图象编程

    • 发布日期:2016-01-25
    • 文件大小:1039360
    • 提供者:bodysen
  1. MotionDetection

    0下载:
  2. 目标检测预处理阶段的滤波。c#编写的中值滤波程序。包括标准中值滤波、极值中值滤波、自适应中值滤波、基于阈值的中值滤波。-c# prepared by the median filtering process. Including the standard median filter, extremum median filtering, adaptive median filter based on the threshold median filtering.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:96186
    • 提供者:沙皮
  1. ExImage.rar

    0下载:
  2. 1. ExImage是在DIB类的基础上,扩展了一些基本图像处理功能,除图像格式库外,所有图像处理算法均为自主开发,各处理算法可单独使用。 2. ExImage主要功能包括:颜色增强、校正、配准、拼接、复原、融合、分析、压缩编码等。 关键词:彩色图像处理、自适应中值滤波、图像增强、几何校正、图像配准、图像拼接、图像融合、图像压缩。 ,ExImage Image processing toolkit
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:3064649
    • 提供者:dmzy
  1. VC

    0下载:
  2. 使用c语言产生均匀分布,高斯分布随机数的方法,使用VC为图片进行添加高斯噪声均匀噪声以及椒盐噪声,并且采用a修正的均值滤波和自适应中值滤波进行除噪-Used to produce uniform distribution of c language, method of Gaussian random numbers, use the VC to add a picture uniform noise, Gaussian noise and salt and pepper noise, and
  3. 所属分类:Special Effects

    • 发布日期:2017-06-20
    • 文件大小:30343089
    • 提供者:吴勇
  1. image_inhancement

    1下载:
  2. 基于Matlab的典型图像增强算法的源码 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:22160
    • 提供者:panghuanzhi
  1. MedianFiltering

    0下载:
  2. ImageProcessing(自适应中值滤波)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-03
    • 文件大小:625593
    • 提供者:沙思雨
  1. zishiying

    1下载:
  2. 通过均衡腐蚀和均衡膨胀的一次开运算对指定椒盐噪声强度的图像进行去噪操作,自适应选择结构元素大小的选择,包含与中值滤波效果的比较-Corrosion by a balanced expansion of an open and balanced operation of the specified strength of salt and pepper noise image denoising operation, adaptive structure element size options,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:130073
    • 提供者:吴琳珠
  1. Matlab

    0下载:
  2. 对加过噪声的图像进行自适应中值滤波,效果很好,相对中值滤波好。-Increase over the noise of the image median filter, the effect is very good, relatively good median filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1151
    • 提供者:崔小宇
  1. adpmedian

    0下载:
  2. 自适应中值滤波函数,输入变量是输入图像和最大窗口的尺寸,要求输入的图像必须是二维的。-Adaptive median filter function, the input variables are input image and the largest window size, the image must be asked to enter two.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:660
    • 提供者:wanghaizhen
  1. ImgSmooth

    0下载:
  2. 简单的图像平滑去噪,如自适应中值滤波,稳健的平滑滤波器等-it is a programm that can reduce the noise in the digital picture,i think it is helpful to you, may be.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8553819
    • 提供者:超人
  1. adpmedian

    1下载:
  2. 这是自适应中值滤波的matlab函数实现,可以清晰的保存图像的细节。-This is the adaptive median filtering matlab function to achieve, you can save the image clear the details.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:446240
    • 提供者:张志其
  1. MATLAB

    0下载:
  2. matlab 实现自适应滤波,中值滤波,自适应中值滤波-Adaptive median filter
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:84453
    • 提供者:yuming
  1. Photo-Denoise

    0下载:
  2. 基于中值滤波和自适应中值滤波的图像降噪处理代码,内含测试序列-photo denoise
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:49866
    • 提供者:张剑
  1. adpmedian

    0下载:
  2. 一段自适应中值滤波的程序,附带matlab自带的中值滤波进行比较,希望对大家有作用-Period of adaptive median filtering program, with median filtering Matlab comes to role
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1396
    • 提供者:pengluo
  1. adpmedian

    0下载:
  2. 图像处理中的自适应中值滤波源代码,多多下载,很有用-the source code about adaptive median filter
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:892
    • 提供者:王普
  1. adpmedian

    0下载:
  2. matlab数字图像处理中的自适应中值滤波函数-adaptive median filter function file in matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:812
    • 提供者:艾紀732年
  1. adpmedian

    0下载:
  2. 对彩图的中值滤波研究及算法改进,自适应中值滤波的原理及与传统算法的对比-Color pictures of the median filter and algorithm improvements, the principle of the adaptive median filter and contrast with the traditional algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:743
    • 提供者:王金
  1. experiment7

    0下载:
  2. 对图像进行自适应中值滤波,消除噪声的影响-Adaptive median filter to eliminate noise on the image
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:678
    • 提供者:陈伟
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com