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

搜索资源列表

  1. zishiying

    0下载:
  2. 一种自适应中值滤波器算法的FPGA实现!-An adaptive median filter algorithm for the FPGA to achieve!
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:576018
    • 提供者:齐建军
  1. projectCPP

    0下载:
  2. the code environment s C++. it is in image processing field. this code Read TIFF Image then it excute a Median Filter Classical on gray images. after that it Write TIFFU nsigned Char.
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:13064
    • 提供者:
  1. 5

    0下载:
  2. 编写一个程序求一组整数的中值.如果这组数的个数为奇数,那么 //* 中值就是排序后的中间那个数 如果这组数的个数为偶数,那么中 //* 值就是平排序后的中间两个数的平均值(也是这组数的平均值). //* 编写一个函数接受如下两个参数: //* (1)整形数组 //* (2)代表该数组元素个数的一个整数 //* 该函数应当返回数组的中值.-To prepare a program for a group of integer valu
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:976
    • 提供者:yann
  1. SCMintherealizationoffilteringalgorithm

    0下载:
  2. //在单片机系统中常用的滤波算法 (1)程序判断法(2)中值滤波法 (3)算术平均滤波法 (4)加权平均滤波法(5)滑动平均滤波法 (6)低通滤波法(7)中位值平均滤波 -//In the single-chip microcomputer system used in the filtering algorithm [1] procedures to determine law [2] Median Filter Method [3] arithmetic mean
  3. 所属分类:Document

    • 发布日期:2017-03-21
    • 文件大小:1288
    • 提供者:田亮
  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
    • 文件大小:2578
    • 提供者:21
  1. shukongyuntai

    0下载:
  2. 用8位数码管组成显示电路提示信息,当输入密码时,只显示“8.”,当密码位数输入完毕按下确认键时,对输入的密码与设定的密码进行比较,若密码正确,则门开,此处用LED发光二极管亮一秒钟做为提示,同时发出“叮咚”声;若密码不正确,禁止按键输入3秒,同时发出“嘀、嘀”报警声;若在3秒之内仍有按键按下,则禁止 -With 8-bit digital tube display circuit message, when the input password, only shows "8.", When
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:223595
    • 提供者:黄增华
  1. dm642.ZIP

    0下载:
  2. 在本文中,我們首先實作了 一個針對壓縮視訊(像是 H.264/AVC)之畫面解析度 改善 的方法。接著,我們分析這個方法的模擬結果。-In this thesis, we first implement a spatial resolution enhancement algorithm for H.264/AVC compressed videos. Based on the analysis of the simulation results, we ide
  3. 所属分类:Communication

    • 发布日期:2017-05-08
    • 文件大小:1556838
    • 提供者:hekai
  1. 1

    0下载:
  2. MATLAB在中值滤波改进算法中的应用,这里有一个关于自适应中值滤波的简单程序。-MATLAB in the median filter to improve the algorithm, there is an adaptive median filter on a simple procedure.
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:478765
    • 提供者:awhzss
  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
    • 文件大小:57733
    • 提供者:彭伟
  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
    • 文件大小:481383
    • 提供者:晓凡
  1. Medianfiltertoachieve

    0下载:
  2. 实现中值滤波,在VC环境下的用行,任意大小的中值滤波。-Median filter to achieve in the circumstances of the use of VC firms, of any size median filter.
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:578
    • 提供者:zzl
  1. PID

    0下载:
  2. 经过老师的指导:速度采样用M法不适应低,所以对于调速范围大的就用M/T法,适合于高低测速!对测速还要加以数字滤波!可用一阶惯性/中值法,平均法等!-After the teacher' s guide: the speed of the sampling method are not suited with M low speed range for the use of the M/T method, suitable for the level of gun! Gun would al
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:1982
    • 提供者:谭祥
  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
    • 文件大小:37597
    • 提供者:liuliu
  1. medianfilter

    0下载:
  2. Median filter document on image edge detection
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:250280
    • 提供者:sachin
  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
    • 文件大小:2153
    • 提供者:zhangye
  1. median_block

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

    • 发布日期:2017-04-10
    • 文件大小:818
    • 提供者: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
    • 文件大小:308308
    • 提供者:积极
  1. fixed_point_FFT

    1下载:
  2. 本示例程序演示了如何计算定点和浮点各个长度和位数的按时间抽取FFT算法。所有程序在VC6下编译通过。-This sample application demonstrates how to calculate the various fixed and floating-point and the median length of time taken by FFT algorithm. All procedures under VC6 compile.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:492819
    • 提供者:Zhao Meng
  1. FUZABEIJINGHONGWAITUXIANGTEZHENGTIQU

    0下载:
  2. 本文的内容是基于红外图像的特征提取,在基于个数判断噪声的中值滤波器进行平滑处理的基础上,提出了一种改进的过渡区 提取方法,并将该方法应用于对比度低、宽谷直方图的复杂背景红外图像的分割。Matlab仿真 实验表明,该方法减少了图像分割的运算量,并能将具有复杂背景的红外图像目标分割得较 好。-This content is based on the infrared image feature extraction, the number of judgments based on th
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:279952
    • 提供者:邢春
  1. v74-125

    0下载:
  2. Performance of Compound Enhancement Algorithms on Dental Radiograph Images Abstract—The purpose of this research is to compare the original intra-oral digital dental radiograph images with images that are enhanced using a combination of image
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:525735
    • 提供者:Rania
« 1 23 4 5 »
搜珍网 www.dssz.com