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

搜索资源列表

  1. lvbo

    0下载:
  2. 共有5个代码其中4个分别实现图像的中值滤波、均值滤波、双边滤波、Lee滤波,另一个是求图像的均值和方差。模板均不固定自己根据需要确定合适的w值。-There are five codes of which four were achieved image median filter, mean filter, bilateral filter, Lee filter, and the other is seeking an image of the mean and variance. Temp
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2281
    • 提供者:wanghm
  1. Image-processing

    0下载:
  2. 载入图像后能够实现,红绿蓝三通道显示、红绿蓝三分量法灰度显示、灰度直方图显示、灰度取反、直方图均衡化、均值滤波、中值滤波等图像处理功能。-After loading the image can be realized, three channel RGB display, three RGB component grayscale display, histogram display, gray scale inversion, histogram equalization, mean filt
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:823871
    • 提供者:George
  1. Filter2d

    0下载:
  2. 包含10个不同的图像滤波算法,包括算数均值,几何均值,调和均值,反调和均值,中值滤波,苏贝尔,拉普拉斯等-It contains 10 different image filtering algorithm。such as geometric、harmonic_mean、contraharmonic_mean、median、Sobel1
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1215
    • 提供者:
  1. 2435435454Filting-

    0下载:
  2. 中值滤波、均值滤波以及维纳滤波matlab代码-Median filtering, mean filtering and Wiener filtering MATLAB code
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:689
    • 提供者:zzh
  1. 20150605

    0下载:
  2. 网上下载的,中值滤波,均值滤波的代码,分享一下,是MATLAB的。-Download online, median filtering, average filtering code, to share, is the MATLAB.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:84904
    • 提供者:福仔
  1. Ex3

    0下载:
  2. 利用VC进行数字图像处理,实现中值滤波和均值滤波,有ps制作的漂亮的界面-digital image process on VC
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-12
    • 文件大小:19615153
    • 提供者:战伟 李
  1. tutu

    0下载:
  2. 本程序实现了图像处理的几个功能,如图像增强、图像安全、图像复原。其中用的算法有灰度变换增强、直方图均衡化处理、中值滤波滤波、均值滤波、顺序滤波、自适应滤波等。-This procedure achieved several image processing functions, such as image enhancement, image security, image restoration. Among them with the algorithm has gray level tra
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:240640
    • 提供者:flynn
  1. quzao

    0下载:
  2. 对图像进行去噪处理,有中值滤波,均值滤波和加权(高斯)滤波3中去噪方法。-The image denoising processing, there are median filtering, mean filtering and weighted (Gauss) filtering method in 3.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4243963
    • 提供者:江d
  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. 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. zhongzhi

    0下载:
  2. 基于MATLAB 的图像处理,传统的中值滤波图像去噪,同时给出均值滤波的结果进行比较,中值滤波对像素点处理方式单一。-MATLAB-based image processing, the traditional median filtering denoising, and gives the results were compared mean filtering, median filtering approach a single pixel.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:47192
    • 提供者:李萌
  1. xiaoboyuzhi

    0下载:
  2. 各种方法的去噪程序 den1.m 使用半软阈值方法对图像进行去噪 den1_5_1.m 半软阈值的改进方法 对第一层重构图像进行均值滤波 den1_9.m 半软阈值的改进方法 将线性衰减的函数改为指数的 den1_10.m 半软阈值的改进方法 对第一层的重构图像再次进行小波阈值去噪 den2.m 用软硬阈值函数的改进方法进行去噪 den3.m 用广义阈值函数进行去噪 den4.m 用自适应特征阈值函数进行去噪 wdenoise
  3. 所属分类:Wavelet

    • 发布日期:2017-05-03
    • 文件大小:640899
    • 提供者:李松
  1. the-image-filtering

    0下载:
  2. 自己写的MATLAB程序,有关图像均值和中值滤波的-Write your own MATLAB program, about the image of the mean and median filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:34936
    • 提供者:刘环
  1. Filter

    0下载:
  2. 数字图像处理的模糊(高斯滤波/中值滤波法/均值滤波)锐化增强算法-Blurred digital image processing (Gaussian filter/median filtering method/mean filter) sharpening enhancement algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:80982
    • 提供者:cyx
  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. addnoiseadenoise

    0下载:
  2. 导师留的数字图像处理的作业,为灰度图分别添加均匀噪声、高斯噪声和椒盐噪声,并尝试通过自适应中值滤波、均值滤波、修正的阿尔法滤波和中点滤波等手段去除噪声-add noise and denoise!uniform noise.gaussin noise and pepper&salt noise
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-13
    • 文件大小:2089
    • 提供者:jzwang
  1. tuxianglvbozonghe

    0下载:
  2. 数字图像处理中的各种图像滤波的综合,包括均值滤波,中值滤波等-Digital image processing in a variety of image filtering, including the average filtering, median filtering, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:66312
    • 提供者:gaoyanyan
  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. 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. zhilvbo

    1下载:
  2. 用matlab编写的用于中值和均值滤波的算法程序-Prepared using matlab algorithm program for the median and mean filtering
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-24
    • 文件大小:615
    • 提供者:张自强
« 1 2 ... 17 18 19 20 21 2223 24 25 »
搜珍网 www.dssz.com