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

搜索资源列表

  1. LVBO

    0下载:
  2. 使用低通、中值、均值三种滤波方法,并比较他们各自的效果-Low pass, median, mean of three filtering methods, and compare their effects
  3. 所属分类:Special Effects

    • 发布日期:2017-12-09
    • 文件大小:659
    • 提供者:chensheng
  1. MeanShiftFilter

    0下载:
  2. 彩色图像均值漂移滤波,能很好额保全边缘特征。-Mean shift filtering of color images, a good amount of preservation edge feature.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:1205
    • 提供者:ls6dlh
  1. SMOOTH

    0下载:
  2. 图像处理: 打开任意的图片,能够对其实现各种滤波 例如: 加噪声模型,高斯滤波,灰度形态学滤波,均值和中值滤波 还有小波变换。 笔者已经调通 支持VS 2008 2010-Image processing: Be able to open any image and achieve a variety of filtering Example: plus noise model, Gaussian filtering, grayscale morphological filt
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:131346
    • 提供者:
  1. smooth

    0下载:
  2. opencv 三种滤波方法(中值、均值、高斯)-opencv cvsmooth
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:565
    • 提供者:章豪
  1. 7

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

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

    0下载:
  2. 通过matlab对于声音进行处理,实现FFT,均值,方差,中值滤波,自相关分析,白噪声等处理-Matlab sound processing, FFT, mean, variance, median filtering, autocorrelation analysis, white noise and processing
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:21033
    • 提供者:ming影
  1. Lizilvbogenzong

    0下载:
  2. 提出了一种基于粒子滤波的自适应运动目标跟踪方法。均值漂移算法是一种最优梯度下降法,通过 迭代来搜索目标,从而实现对运动目标的跟踪。-Adaptive moving target tracking method based on particle filter. The mean-shift algorithm is an optimal gradient descent method, through an iterative search for the target in order t
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:555164
    • 提供者:阴天
  1. zhongzhilvbo

    0下载:
  2. 分别在2幅灰度图像中加入一定量的高斯噪声和椒盐噪声,噪声强度自定。然后采用3×3的均值滤波器和3×3中值滤波器分别对噪声图像进行处理,给出两种处理方法的峰值信噪比(PSNR);仿效“中值滤波”的方法,对原图像分别进行“极大值滤波”和“极小值滤波”,对所形成的图像给出说明。-Two gray-scale images a certain amount of Gaussian noise and salt and pepper noise , noise intensity since .
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-18
    • 文件大小:136734
    • 提供者:张聪聪
  1. pjimage

    0下载:
  2. 图像处理:位置变换,图像增强-直方图及其均衡化、灰度变换,图像平滑滤波(均值、中值滤波)-Image processing : Location transform, image enhancement- histogram and its equilibrium, grayscale conversion, image smoothing filter ( Value of median Filter )
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:2917
    • 提供者:zhsnglei
  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. Dsp_Final

    0下载:
  2. 基于Matlab产生光纤陀螺随机噪声和信号,利用固定步长和可调步长的LMS自适应滤波、最小二乘法、滑动均值三种方法进行处理,最后用阿兰方差评价降噪效果。-FOG Based on Matlab generate random noise and signal, using a fixed step size and adjustable step size LMS adaptive filtering, least squares method, the sliding average of t
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:14216
    • 提供者:鲁文帅
  1. MeanShift-Kalman-tracking-algorithm

    0下载:
  2. 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:14885
    • 提供者:roc
  1. Image-enhancement

    0下载:
  2. 基于VC6.0的单文档图像增强,有关于图像腐蚀膨胀,图像二值化,图像对比度增强,图像低通滤波,直方图均值化等等,内有报告对附的图进行了说明。-Based on VC6.0 single document image enhancement, there is corrosion on the image expansion, image binarization, image contrast enhancement, image low-pass filtering, histogram me
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6755630
    • 提供者:wangcaixia
  1. PF

    0下载:
  2. 粒子滤波源代码,通过寻找一组在状态空间中传播的随机样本来近似的表示概率密度函数,用样本均值代替积分运算,进而获得系统状态的最小方差估计的过程。-Particle filter source code, by finding a set of transmission in the state space representation of a random sample to approximate the probability density function, instead of usi
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1652
    • 提供者:张东泽
  1. wave

    0下载:
  2. 将均值偏移算法嵌入到粒子滤波的跟踪框架中.该算法克服了粒子滤波计算量较大的缺点,同时也克服了均值偏移算法容易陷入局部最大且无法恢复的缺点.实验表明该算法有很好的实时性和鲁棒性.-The mean shift algorithm is embedded into the particle filter tracking framework of the particle filter algorithm overcomes the shortcomings of large amount of c
  3. 所属分类:Project Design

    • 发布日期:2017-03-23
    • 文件大小:917790
    • 提供者:李时针
  1. shipingenzong

    0下载:
  2. 视频跟踪技术研究,介绍两种算法进行目标跟踪,一种是均值漂移法,一种是卡尔曼滤波-Research on video tracking technology
  3. 所属分类:Project Design

    • 发布日期:2017-05-04
    • 文件大小:1299014
    • 提供者:guanzuoyu
  1. sobelmedianmean

    0下载:
  2. 对图像进行边缘检测、均值处理以及中值滤波,并显示。-edge detection, Average processing and median filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1963991
    • 提供者:朴佳人
  1. MATLAB

    0下载:
  2. 灰度直方图,中值滤波,均值化等等图像基础处理方法。。经验证,可用-Histogram, median filter, mean and so forth
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:833452
    • 提供者:wangna
  1. process

    0下载:
  2. 在数字图像处理中,常常会遇到图像中混杂有许多的噪声。因此,在进行图像处理中,有时要先进行祛除噪声的工作。最常用的祛除噪声的方法是用滤波器进行滤波处理。MATLAB的图像处理工具箱里也设计了许多的滤波器。如均值滤波器、中值滤波器、维纳滤波器等。用户可以很方便的运用一些函数完成数字滤波工作。-In digital image processing, the image often encounter mixed with a lot of noise. Therefore, when the ima
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:527
    • 提供者:韦山
  1. Mean-Filter

    0下载:
  2. 此程序主要是利用均值滤波器对图像进行平滑处理,并在此基础上编写了超限像素滤波器以达到更好的滤波效果-This procedure is the use of averaging filter for image smoothing, and on this basis, the preparation of overrun pixel filter to achieve better filtering effect
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:11146
    • 提供者:梅浪奇
« 1 2 ... 40 41 42 43 44 4546 47 48 49 »
搜珍网 www.dssz.com