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

搜索资源列表

  1. Sobel-Edge-Detection

    0下载:
  2. 均值漂移与粒子滤波算法,在图像处理方面的应用-Mean shift and particle filter
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:177315
    • 提供者:马磊
  1. image-processing-algorithm

    0下载:
  2. 几种常用的图像处理算法:高斯平滑,二值化变换,离散余弦变换,均值滤波,傅里叶变换-Several kinds of commonly used image processing algorithms: Gauss smooth, two values of transformation, discrete cosine transform, mean filtering, fft....
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1260141
    • 提供者:sillan
  1. mean-filter

    0下载:
  2. visual c++数字图像处理典型算法及实现(均值滤波)-visual c++ digital image processing algorithms and implementation of a typical (mean filter)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:125456
    • 提供者:jingkanliushui
  1. medianFilter0918

    0下载:
  2. 本程序实现灰度图像的均值滤波,均值滤波是典型的线性滤波算法,它是指在图像上对目标像素给一个模板,该模板包括了其周围的临近像素(以目标象素为中心的周围8个象素,构成一个滤波模板,即去掉目标象素本身)。再用模板中的全体像素的平均值来代替原来像素值。 -This program the gray-scale image of the mean filter, mean filter is a typical linear filtering algorithm, it is on the imag
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:7947213
    • 提供者:wangjing
  1. 20120308

    0下载:
  2. 目标跟踪算法。将均值移动与粒子滤波算法相结合。-Target tracking algorithm. Mean shift and particle filter algorithm is a combination
  3. 所属分类:Video Capture

    • 发布日期:2017-05-21
    • 文件大小:6612140
    • 提供者:lily
  1. lb

    0下载:
  2. 用MATLAB编写的均值滤波,中值滤波,等等滤除外加的椒盐噪声的算法-MATLAB prepared by the average filtering and median filtering, except the and so on filter with salt &pepper noise algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1223
    • 提供者:rambolyb
  1. YSP

    0下载:
  2. 该算法源码是用来实现对一幅图片进行噪声处理,包括中值滤波,均值滤波等方法,处理结果较有效。-The source code of the algorithm is used to achieve the picture noise, including the method of the median filter, mean filter, and the results are more effective.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1946244
    • 提供者:张霖生
  1. filter

    0下载:
  2. 图像滤波算法,实现了中值滤波、均值滤波,频率域的高通滤波和低通滤波。-Image filtering algorithm to implement the median filter, mean filter, the frequency domain of the high-pass filter and low-pass filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:22681
    • 提供者:西西艾路
  1. Tobjjecttrackh

    0下载:
  2. 本文介绍的是一种基于粒子滤波与均值偏移算法的目标跟踪.结合创新的的算法克服了两种算法各自的缺陷,鲁棒性与实时性的到了非常大的提高. -This article describes a particle filter and mean shift algorithm-based target tracking. Combination of innovative algorithms to overcome the defects of the two algorithms, the robu
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:917817
    • 提供者:jw
  1. junzhilvbo

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

    • 发布日期:2017-04-05
    • 文件大小:3923
    • 提供者:cmk
  1. junzhilvbo

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

    • 发布日期:2017-04-24
    • 文件大小:49387
    • 提供者:cmk
  1. 32432paper

    0下载:
  2. 噪声处理是数字图像处理中的重要环节。文中介绍了常见的图像噪声,讨论了均值滤波、中值滤波、维纳滤波三种用于图像去噪的典型算法,并进行了分析比较,最后得出了三种方法各自的适用性特点。-The noise processing is an important part of the digital image processing. This paper introduces the common image noise, to discuss the mean filtering, median f
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:90183
    • 提供者:王的
  1. NLmeansfilter

    0下载:
  2. NL均值滤波的matlab源代码,可以实现NL均值滤波,该算法可以在保护边缘的前提下实现很好的去噪效果-NL mean filter matlab source code, can achieve the NL mean filter, the algorithm can achieve good denoising effect under the premise of protecting the edge
  3. 所属分类:Graph program

    • 发布日期:2017-11-11
    • 文件大小:907
    • 提供者:纪坤
  1. mean-shift-code

    0下载:
  2. 很好的关于均值漂移的代码,对于深刻理解均值漂移的滤波算法很有帮助。-The code on the mean shift, for a deep understanding of mean shift filtering algorithm helpful.
  3. 所属分类:matlab

    • 发布日期:2017-11-28
    • 文件大小:1105932
    • 提供者:黄安奇
  1. 7

    0下载:
  2. 中值滤波均值快速算法在高光谱图像处理系统中的应用-Median filtering mean fast algorithm for hyperspectral image processing system
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:931753
    • 提供者:JIANGLILY
  1. denoise

    0下载:
  2. 图像去噪算法相关文献,中值滤波。均值滤波,高斯滤波-Image denoising algorithm literature, median filtering. Mean filtering, Gaussian filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:2367281
    • 提供者:王航
  1. tuixiangzengqiang

    0下载:
  2. 均值滤波:把每个像素周围的8个像素来做均值操作,可以平滑图像,速度快,算法简单,但是无法去掉噪声,只能微弱的减弱它。-The mean filtering: 8 pixels around each pixel do mean, you can smooth image, fast and simple algorithm, but can not get rid of the noise, only faint weakened it.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-25
    • 文件大小:222701
    • 提供者:贺小婷
  1. 119128680matlab.imnoise.conv2

    0下载:
  2. 均值滤波器,对图像做均值滤波。均值滤波是典型的线性滤波算法,它是指在图像上对目标像素给一个模板,该模板包括了其周围的临近像素,再用模板中的全体像素的平均值来代替原来像素值。-Mean filter, the image so mean filter. Mean filter is a typical linear filter algorithm, which is the target pixel on the image to a template that includes the adj
  3. 所属分类:matlab

    • 发布日期:2017-12-08
    • 文件大小:160556
    • 提供者:樊星
  1. Mean-filter

    0下载:
  2. 线性滤波的基本原理是用均值代替原图像中的各个像,是典型的线性滤波算法-Linear filtering instead of the basic principle is the mean of each pixel in the original image, is a typical linear filter algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:2554
    • 提供者:wei
  1. Image-filtering-processing

    0下载:
  2. 编程实现部分图像处理算法 1.平滑--均值滤波或者中值滤波; 2. 锐化--拉普拉斯; -Programming a part of the image processing algorithms. Smoothing- mean filtering or median filtering 2. Sharpen- Laplace
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:3921763
    • 提供者:asdasd
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com