CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - median filtering

搜索资源列表

  1. MATLAB6

    0下载:
  2. Matlab环境下的几个数字图像处理实验,包含图像灰度变换、直方图均衡化、直方图匹配、邻域平均、局域增强、中值滤波、图像的锐化等-Matlab environment, several digital image processing experiments, including the image gray level transformation, histogram equalization, histogram matching, neighborhood average, local
  3. 所属分类:File Formats

    • 发布日期:2017-05-17
    • 文件大小:4.86mb
    • 提供者:王宇歆
  1. ch

    0下载:
  2. 自适应滤波的ppt教程,非常经典,我们上课用的就是这个,很容易理解-Adaptive filtering ppt tutorial, very classic, we have used in this class, it is easy to understand
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:192.96kb
    • 提供者: 甘小华
  1. 55645

    0下载:
  2. 10种软件滤波方法的示例程序 1、限副滤波 /* A值可根据实际情况调整 value为有效值,new_value为当前采样值 滤波程序返回有效的实际值 */ #define A 10 char value char filter() { char new_value new_value = get_ad() if ( ( new_value - value > A ) || ( value - new_value
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:2.52kb
    • 提供者:21
  1. 自适应加权中值滤波算法

    1下载:
  2. 提出了一种基于相似度函数的自适应加权中值滤波算法。该方法首先通过噪声检测确定图像中的噪声点,然后 根据窗口内噪声点的个数自适应地调整滤波窗口的尺寸,并根据相似度大小,巧妙地将滤波窗口内各个像素点自适应分 组并赋予相应的权重,最后对检测出的噪声点进行加权中值滤波。计算机模拟实验结果表明:该算法既能有效地滤除噪 声,又能较好地保护图像细节,比标准中值滤波具有更优良的滤波性能。-A similarity function based on adaptive weighted medi
  3. 所属分类:技术管理

    • 发布日期:2013-09-05
    • 文件大小:412.25kb
    • 提供者:陈卿
  1. tuxiangquzao

    1下载:
  2. 图像去噪的几种方法分析比较 图像去噪是图像处理中的重要组成部分,对均值滤波、中值滤波、维纳滤波和图像小波 域滤波四种用于图像去噪的平滑技术进行分析比较。 -Image Denoising Methods of Analysis and Comparison of image denoising in image processing is an important part of the mean filtering, median filtering, Wiener filteri
  3. 所属分类:Document

    • 发布日期:2017-03-26
    • 文件大小:56.38kb
    • 提供者:彭伟
  1. filtering

    0下载:
  2. 文档中有详细的在VC++6.0中进行均值滤波和中值滤波的操作过程,附有主要程序源码-Document in detail in the VC++6.0 in average filtering and median filtering operations, with the main program source code
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:470.1kb
    • 提供者:晓凡
  1. 55593397BmpProject

    0下载:
  2. 好书,图像处理,可以看看,主要是一些主要的算法代码,推荐学习,中值滤波,均值滤波等等。-Good books, image processing, you can look at some of the main algorithm is mainly the code, it is recommended to study, median filtering, average filtering and so on.
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:36.72kb
    • 提供者:liuliu
  1. zhongzhilvbo

    0下载:
  2. 图像的中值滤波,对灰度图像进行中值滤波,内有冗余,仅供参考!-Median filter images, on the gray image median filtering, there are redundant for reference purposes only!
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2.1kb
    • 提供者:zhangye
  1. median_block

    0下载:
  2. 中值滤波MATLAB算法,是一种很好的滤波器,实用‘方便-MATLAB median filtering algorithm is a good filter, practical ' convenience
  3. 所属分类:Software Testing

    • 发布日期:2017-04-10
    • 文件大小:818byte
    • 提供者:yimilei
  1. jiyufpga

    0下载:
  2. 基于FPGA的数字图像处理,对图像进行中值滤波处理,算法介绍,模块介绍-FPGA-based digital image processing, median filtering on image processing, algorithm descr iption, module descr iption
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:301.08kb
    • 提供者:积极
  1. Filtering-method-and-164-display

    0下载:
  2. 滤波法:相当于“中位值滤波法”+“算术平均滤波法”,连续采样N个数据,去掉一个最大值和一个最小值,然后计算N-2个数据的算 术平均值 N值的选取:3~14 优点:融合了两种滤波法的优点,对于偶然出现的脉冲性干扰,可消除由于脉冲干扰所引起的采样值偏差 缺点:测量速度较慢,和算术平均滤波法一样,比较浪费RAM 164显示:只需两个IO口即可驱动,节约IO脚 -Filtering method: method: the equivalent of " median filte
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:934byte
    • 提供者:zhaosheng
  1. middle

    0下载:
  2. 图像的中值滤波程序。也可以用来作为图像滤波的模板-Image median filtering process. Can also be used as a template image filtering
  3. 所属分类:Development Research

    • 发布日期:2017-03-31
    • 文件大小:1.86kb
    • 提供者:贺明
  1. Video-Surveillance

    0下载:
  2. 文章通过设计战场电视侦察系统的智能视频处理模块,提高了战场电视侦察系统的工作效率和智能化水平。首先 分析对重要军事目标进行监控的特点,归纳运动目标的特征,根据特征建立正常模型;然后运用中值滤波对监控视频进行 预处理,再采用基于高斯混合模型的背景减除法提取运动目标,通过特征提取确定运动目标的属性,与正常模型进行匹配 处理后,得出运动目标是否异常;最后达成敌重要目标有异常出现时自动告警的目的-Abstract:This article designs the intelligent vi
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:321.25kb
    • 提供者:cp
  1. b

    0下载:
  2. 基于图像处理技术的车辆分类研究,很好的论文参考资料-Very wide image processing, edge detection, median filtering, contrast enhancement
  3. 所属分类:Project Design

    • 发布日期:2017-11-24
    • 文件大小:4.69mb
    • 提供者:田静
  1. matlab-zhongzhilvbo

    0下载:
  2. 中值滤波,去噪 实验原理:中值滤波器是将领域内像素灰度的中值代替该像素的值,对处理脉冲噪声(椒盐噪声)非常有效。为了对一幅图像上的某个点进行中值滤波处理,必须先将掩模内欲求的像素及其领域的像素值排序,确定出中值,主要功能是使拥有不同灰度的点看起来更接近于它的邻近值。-Median filtering and denoising Test principle: median filter is to field pixel gray value instead of the pixel v
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:2.96kb
    • 提供者:1123
  1. Spatial-domain-filtering

    0下载:
  2. Median filter replaces the intensity value in each pixel by the local median taken over a local n x m processing window where is a local m x n window around the pixel (x,y) in the image g (to be processed), and MED is the median value taken over the
  3. 所属分类:Project Manage

    • 发布日期:2017-03-28
    • 文件大小:216.8kb
    • 提供者:pkmohamad
  1. filters_and_codes

    0下载:
  2. 十种基本滤波算法优缺点及其具体代码。包括算术平均滤波,中位值滤波,限幅滤波,递推平均滤波等。-Ten kinds of advantages and disadvantages of the basic filtering algorithm specific code. Including the arithmetic mean filtering, median filtering, limiting filtering, recursive average filtering.
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:7.42kb
    • 提供者:hench
  1. Perbandingan-Metode-Mean-Filtering-dan-Median-Fil

    0下载:
  2. COMPARISON OF MEAN AND MEDIAN FILTER METHOD
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:11.8kb
    • 提供者:andre
  1. CONVERTER2

    0下载:
  2. he MATLAB function is prepared to achieve function, median filtering, median filtering can reserve the image detail, and good salt pepper noise removal.
  3. 所属分类:Project Design

    • 发布日期:2017-04-08
    • 文件大小:25.9kb
    • 提供者:senthil
  1. Adaptive-Median-Filtering

    0下载:
  2. Algo to apply adaptive median filtering in images. Adaptive Median filtering is modified image file filtering algo
  3. 所属分类:Development Research

    • 发布日期:2017-05-03
    • 文件大小:879.58kb
    • 提供者:Vikas
« 12 »
搜珍网 www.dssz.com