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

搜索资源列表

  1. chepaidingweixidong

    0下载:
  2. 1.采集到的车牌照图片使用的是24位RGB的BMP位图,即真彩图。需要将其转化为256级灰度图像。 2.将灰度图像转换成为二值图像。 3.去除噪声采用的方法:中值滤波、直方图均衡。 4.数学形态学的基本思想是用具有一定形态的结构元素去度量和提取图像中的对应形状以达到对图像分析和识别的目的。-1. Collection of vehicle license plate image using a 24-bit RGB bitmap in BMP, that is true color.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-16
    • 文件大小:4490647
    • 提供者:李国庆
  1. PP

    0下载:
  2. 是用VC实现对BMP图象的中值滤波程度,比较简单-VC is the realization of BMP images of the degree of median filter, is relatively simple
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:196188
    • 提供者:fbb
  1. medfilter

    0下载:
  2. 基于matlab对图像进行中值滤波处理处理,另外附有自己编写的两种中值滤波算法,同时也可以使用matlab自带的median函数-median filter for image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1147
    • 提供者:liuyilong
  1. 123249313820075111324259022418

    0下载:
  2. matlab中值滤波,数字图像处理源代码-median filter matlab, digital image processing source code
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:6093
    • 提供者:gzy
  1. medfilt3

    0下载:
  2. matlab数字图像处理中值滤波,希望对大家有帮助-matlab digital image processing, median filter, we would like to help
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:8435
    • 提供者:gzy
  1. lvbo

    0下载:
  2. 本人写的中值和均值滤波的代码,主要用于SAR成像滤波,希望管理员给予通过-I wrote the median and mean filtering code, mainly for SAR image filtering, administrators hope to give through
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:650
    • 提供者:yinlibo
  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. 06

    0下载:
  2. 本程序主要介绍图像的平滑,中值滤波,图像的锐化以及图像的灰度修正。-This procedure introduces the image of smooth, median filtering, image sharpening and image of the gray-level correction.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:101894
    • 提供者:姜利
  1. OSM

    0下载:
  2. 最小二乘估计,中位数估计,M估计 测量数据处理方面的一个简单的例子-Least squares estimation, the median estimate, M is estimated measurement data processing, a simple example
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3703
    • 提供者:孔宁
  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. student-servlet

    0下载:
  2. C语言小型分析器实验报告1) 待分析的简化C语言的词法说明; 2) 单词符号的种别编码方案; 3) 所识别的各类单词符号的正规式或状态转换图; 4) 待分析的简化C语言的语法规则说明; 5) 所采用的语法分析方法的算法思想和主要步骤; 6) 完成语法制导翻译(翻译成后缀式)所用的翻译模式;(部分同学如果完成不了这部分内容就不要写) 7) 程序的主要算法思想和主要函数的算法思想及流程; 8) 对全局数据结构的说明 -according to the IP addr
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-01
    • 文件大小:705509
    • 提供者:谢问东
  1. shi

    1下载:
  2. 用VC6.0实现图像均值滤波、中值滤波和锐化处理-Image use VC6.0 mean filtering, median filtering and sharpening
  3. 所属分类:Special Effects

    • 发布日期:2016-07-01
    • 文件大小:2894905
    • 提供者:
  1. graythresh

    0下载:
  2. 本文提出的中值滤波的快速算法的基本思想是:原始数据序列上中值滤波的滑窗在移动过程中,当前窗只要删除其最早的元素,加入窗后的新元素,即成为下一窗的内容。这个只是Matlab里封装的算法代码-In this paper, the median filtering of the fast algorithm for the basic idea is: the original data sequence in the sliding window filtering process in the m
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1265
    • 提供者:王超群
  1. software_filter

    0下载:
  2. 软件滤波法,10种经典的软件滤波方法:限幅滤波法,中位值滤波法,算术平均滤波法,递推平均滤波法(又称滑动平均滤波法),中位值平均滤波法(又称防脉冲干扰平均滤波法)等-Filtering software, the software 10 kinds of classical filtering method: limiting filtering, median filtering method, arithmetic mean filtering, recursive filtering me
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:5031
    • 提供者:刘雪
  1. 33

    0下载:
  2. AT89X52 4×4键盘及8位数码管显示构成的电子密码锁 。用4×4组成0-9数字键及确认键。 用8位数码管组成显示电路提示信息,当输入密码时,只显示“8.”,当密码位数输入完毕按下确认键时,对输入的密码与设定的密码进行比较,若密码正确,则门开,此处用LED发光二极管亮一秒钟做为提示,同时发出“叮咚”声;若密码不正确,禁止按键输入3秒,同时发出“嘀、嘀”报警声;若在3秒之内仍有按键按下,则禁止按键输入3秒被重新禁止。 -AT89X52 4 × 4 keypad and 8-bi
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:1150
    • 提供者:zhangjian
  1. medianfilter(matlab)

    0下载:
  2. 本程序是对均值滤波方法和中值滤波方法的去噪效果对比的MATLAB程序-This procedure is a mean filter and median filter denoising methods MATLAB procedures contrast effect
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:1101
    • 提供者:jiali
  1. midfilter

    0下载:
  2. 基于中值滤波的图像处理算法,基于嵌入式DSP开发的程序。-Median filter based on image processing algorithms, DSP-based embedded development process.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2386
    • 提供者:geyu
  1. NoiseReductionUsingaMedianFilter

    0下载:
  2. 本实验要求编写一个中值滤波的程序,并对产生的椒盐噪声的图像进行中值滤波处理。中值滤波是基于统计学的一种非线性滤波方法。我们还需要知道一个按大小排列的数组中间位置上的数据称为是中值。通过修改在实验project03-04的程序实现3*3中值滤波。-Prepared in this experiment, a median filtering process, and salt and pepper noise generated by the image processing median fil
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:414015
    • 提供者:jhm
  1. danpianjilvbojingdian

    0下载:
  2. 单片机各种软件滤波源码,包括限幅滤波,中值滤波,算术平均滤波,递推平均滤波等等数种源码,珍贵资料-Single-chip filtering software source code, including limiting filtering, median filtering, arithmetic mean filtering, recursive filtering, etc. The average number of source, valuable information
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:23453
    • 提供者:weifuli
  1. DigitFrame

    0下载:
  2. 这是用JAVA编码的一个小程序,功能是用户输入一个整数后,系统将自动显示它的百位,十位,个位数-This is encoded using a JAVA applet, user input function is an integer, the system will automatically show that it' s 100, 10, a median
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:939
    • 提供者:shy
« 1 2 ... 34 35 36 37 38 3940 41 42 43 44 ... 50 »
搜珍网 www.dssz.com