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

搜索资源列表

  1. Two_Dimensional_Gaussian

    1下载:
  2. 高斯平滑滤波器被使用去模糊图像,和均值滤波器差不多,但是和均值滤波器不一样的地方就是核不同。均值滤波器的核每一个值都是相等,而高斯平滑滤波器的核内的数却是呈现高斯分布的。-Gaussian smoothing filter is used to blur the image, and almost mean filter, and averaging filter but not the same place is a different core. Each core value averag
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:26226
    • 提供者:毛巴马
  1. New-Compressed-(zipped)-Folder

    0下载:
  2. this a function of mean filter with fuzzy logic and is perform of one input one output-this is a function of mean filter with fuzzy logic and is perform of one input one output
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-12
    • 文件大小:662
    • 提供者:ehab
  1. 10

    0下载:
  2. 各种滤波滑动滤波,平均值滤波,传感器采集数据,然后进行处理-Various filtering slide filter, mean filter, sensor data collection and processing
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:17953
    • 提供者:马红强
  1. bianhuanalvbo

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

    • 发布日期:2017-04-29
    • 文件大小:11311
    • 提供者:fu
  1. image

    0下载:
  2. 模糊加权均值滤波算法实现lena图像去噪-Improving fuzzy weighted mean filter based on the degree of image noise
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1712
    • 提供者:张丹
  1. nonlinear_filter

    0下载:
  2. 非线性滤波。包括中值滤波,最大值滤波,最小值滤波和均值滤波。其中均值滤波的模板尺寸可调。-Nonlinear filtering. Include median filtering, the maximum filter, minimum filter and mean filter. The template size of mean filter is adjustable.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1524
    • 提供者:明月
  1. eusipco2014code

    0下载:
  2. 目前非局部均值滤波算法研究比较火热,此程序提供了基础的非局部均值滤波matlab程序。-Currently Non-local means filtering algorithm is relatively hot, this program provides the basis for the non-local mean filter matlab program.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12306900
    • 提供者:赵红
  1. junzhilvbo

    0下载:
  2. 关于均值滤波器的相关的MATLAB的源程序 自己编的 希望能采纳-About the mean filter relevant MATLAB source program compiled hoping to adopt
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2069
    • 提供者:大兵
  1. ADAPTIVE-FILTER-MATLAB-CODES

    0下载:
  2. It has adaptive fiter algorithms such as Least mean Square algorithm and Recursive least mean square algorithm matlab codes.
  3. 所属分类:Voice Compress

    • 发布日期:2017-04-15
    • 文件大小:6172
    • 提供者:hari
  1. mtlabjunzhilvbo

    0下载:
  2. 均值滤波是典型的线性滤波算法,它是指在图像上对目标像素给一个模板,该模板包括了其周围的临近像素(以目标象素为中心的周围8个像素,构成一个滤波模板,即去掉目标像素本身),再用模板中的全体像素的平均值来代替原来像素值。-Mean filter is a typical linear filtering algorithm, it refers to the target pixel in the image to a template that includes the surrounding ad
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:532548
    • 提供者:孙国庆
  1. yuanwenjian609

    0下载:
  2. 图像的增强和复原:给图像添加噪音;执行均值滤波、高斯滤波和中值滤波等功能-Image enhancement and restoration: to add noise to the image, the implementation of the mean filter, Gauss filter and median filter and other functions
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3079
    • 提供者:Lily
  1. 11111111

    0下载:
  2. 非局部均值滤波 本程序是自己编写的费均值滤波程序-Non-local mean filter
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:1330
    • 提供者:李欣雪
  1. mean_median_filter_C_code

    0下载:
  2. 图像处理中值与均值滤波器的c/c++程序源代码-Mean filter and median filter C/C++ code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1199
    • 提供者:张天奇
  1. chepaishibie

    0下载:
  2. 对车牌号码通过均值滤波、膨胀腐蚀处理等预处理后进行分割和字符识别,文件里面包含图片示例和字符模板。本人用文件里面的图片运行过,可以得到车牌号码。-Segmentation and character recognition after the license plate number through the mean filter, expansion pretreatment etching, etc. The file contains pictures and examples of ch
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:296234
    • 提供者:黎凯安
  1. NLmeansfilter

    0下载:
  2. 一种非局部均值滤波代码,可以对图片进行处理,去除噪声,是图片更加清晰明了。-A non-local mean filter code image can be processed to remove noise, the picture is more clear.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:743
    • 提供者:池鹏飞
  1. 3

    3下载:
  2. 多种图像去雾算法(何晓明暗通道去雾,基于中值滤波去雾,基于均值滤波去雾,基于导向滤波去雾,多色彩空间去雾)-A variety of image defogging algorithm (Xiaoming dark passage to fog, based on median filter to fog, defogging based on mean filter, filter-based guide to the fog, multi-color space to fog)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5758
    • 提供者:ouyangjiahong
  1. fourth-order

    0下载:
  2. 采用邻域平均法的均值滤波器非常适用于去除通过扫描得到的图像中的颗粒噪声。领域平均法有力地抑制了噪声,同时也由于平均而引起了模糊现象,模糊程度与领域半径成正比。-Neighborhood average method is used to mean filter is very suitable for removing particulate noise in the image is obtained by scanning.Area average method effectively su
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:784
    • 提供者:周文涛
  1. Particle-Filter-Demo

    0下载:
  2. 标准粒子滤波程序演示 彩色加权直方图 均值或最大后验更新模版 手动选取区域-standard particle filter demo weighted color histogram mean or MAP updating template manually initialization
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5426418
    • 提供者:justmc
  1. chengxu

    0下载:
  2. 图像的基本运算主要包括图像间点对点的加、减、乘运算和图像内基于邻域操作的算法。本次实验以图像滤波为例,让学生体会图像的邻域运算。掌握平滑降噪滤波器的设计方法;能够编写中值滤波器和均值滤波器算法程序对医学图像进行滤波处理。-Image basic operations include inter-picture point of addition, subtraction, and multiplication algorithm based on neighborhood operations
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-07
    • 文件大小:1120928
    • 提供者:苏燕娜
  1. NLM

    1下载:
  2. 可变邻域均值滤波,领域权重为回字形,中心为3*3,f为邻域半径- Variable neighborhood mean filter, the field weights are back, the center is 3*3, and F is the neighborhood radius.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:534
    • 提供者:dianzhang
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 38 »
搜珍网 www.dssz.com