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

搜索资源列表

  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. medianfil

    0下载:
  2. 中值滤波,能根据不同的模板达到不同的滤波效果。-Median filter, a different template based on the filter to achieve different effects.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:644
    • 提供者:李日艺
  1. lamp

    0下载:
  2. 驱动显示屏硬件的栅和段的位数,控制16312的四个输出口数据。-Hardware display driver section of the gate and the median of the four control output 16312 data.
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:21212
    • 提供者:晴朗
  1. median_filter

    0下载:
  2. 实现图像中值滤波的VerilogHDL源代码-Median_filter VerilogHDL Code
  3. 所属分类:Special Effects

    • 发布日期:2015-07-05
    • 文件大小:1901825
    • 提供者:qinyingzi
  1. Java

    0下载:
  2. 编写一个java应用程序。用户从键盘输入一个1-9999之间的数,程序将判断这个数是几位数,并判断这个数是否回文数。回文数是指将数含有的数字逆序排列后得到的数和原数相同,例如12121,4224,6778776等都是回文数。 1)程序具有判断用户的输入是否为合法整数的功能。对非法输入(例如含有字母)要进行处理。 2)要判断输入数的位数,并输出相关信息。 3)要判断是否回文数。 二、二战期间,英国情报人员获取德军的一机密电报,电报的内容为: bzdz izu sxgzd
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:74854
    • 提供者:king
  1. Median_Image

    0下载:
  2. Demonstrate on Median Filter.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-27
    • 文件大小:39032
    • 提供者:f44
  1. PICTURESHOW

    1下载:
  2. 基于vc语言,把图像采集卡采集的数据(数组)在vc应用程序图像显示,灰度变换,图像平滑,中值滤波,锐化,边缘检测-Vc-based language, the image acquisition card data collection (array) in vc application image display, gray-scale transformation, image smoothing, median filtering, sharpening, edge detection
  3. 所属分类:GDI-Bitmap

    • 发布日期:2016-07-18
    • 文件大小:1816225
    • 提供者:jack
  1. czs

    0下载:
  2. 1. 本程序实现计算任意长的整数的四则运算. 以用户和计算机对话的方式,先后输入数字的最多位数,然后程序就计算并显示出这两个数的运算. 2. 利用双向循环链表现实长整数的存储,每个结点含一个整形变量.输入的形式以回车结束,可以直接输入正数或负数,程序会过滤掉无效的字符.按中国对于长整数的表示习惯,每四位一组,除数字和位于首位置的负号外,其它一切字符都将作为分隔符,连续多个分隔符当一个处理.但不使用分隔符也不影响结果. -1. This procedure calculating the
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:20051
    • 提供者:sqj
  1. lvbo

    0下载:
  2. 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波-A two-dimensional median filter function medfilt2 by the salt and pepper noise to the image filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:3637
    • 提供者:qq
  1. bianmayuanli

    0下载:
  2. 算术编码方法是将被编码的一则消息或符号串(序列)表示成0和1之间的一个间隔(Interval),即对一串符号直接编码成[0,1]区间上的一个浮点小数。符号序列越长,编码表示它的间隔越小,表示这一间隔所需的位数就越多。信源中的符号序列仍然要根据某种模式生成概率的大小来减少间隔。可能出现的符号概率要比不太可能出现的符号减少范围小,因此,只正加较少的比特位。-Arithmetic coding method is to be a coded message or symbol strings (seq
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:6539
    • 提供者:邱颖
  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. DM642EVM_VideoMedianFilter

    0下载:
  2. DM642EVM 视频图像中值滤波例程,基于DSP_BIOS-Video Image Median Filter Sample based on DM642EVM
  3. 所属分类:DSP program

    • 发布日期:2017-04-28
    • 文件大小:243369
    • 提供者:zhou
  1. q1

    0下载:
  2. a simple code to implement to find mean mode &median-a simple code to implement to find mean mode &median.......
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:945
    • 提供者:vipul
  1. silence_remove

    0下载:
  2. This code is used to remove silence from a voice signal so that the recognition in voice recognition will give good result. The method is Scale on threshold applied to the envelope for detecting scilence periods. The actual threshold is computed by m
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-05
    • 文件大小:2111
    • 提供者:Manish Sharma
  1. fringe_processing

    1下载:
  2. 对采集到的干涉条纹进行中值滤波、二值化、条纹细化计算条纹间距的程序-Of the interference fringes collected for median filtering, binarization, thinning stripes stripe spacing calculation procedures
  3. 所属分类:matlab

    • 发布日期:2016-10-04
    • 文件大小:744
    • 提供者:肖明珠
  1. Medianfilter

    0下载:
  2. 利用中值滤波对图像进行处理,包括测试图片和原码-The use of median filtering on the images, including pictures and the original test code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:149120
    • 提供者:晓翠
  1. zhongzhilvbo

    0下载:
  2. 中值滤波:采用5*5窗口对噪声污染的图像进行去噪处理。-Median filter: 5* 5 window on the noise pollution to deal with the image de-noising.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:72364
    • 提供者:万永
  1. MedianFilter

    0下载:
  2. 中值滤波算法,利用intel的mmx技术,速度比普通快上几十倍-median filter, using the MMX technique from Intel, the speed is quite promising when compared to normal one
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4801
    • 提供者:yang xulei
  1. Lab523-VideoMedianFilter

    0下载:
  2. 开发环境为CCS,程序包括数据采集和中值滤波,显示。 基于DM642-Development environment for CCS, including procedures for data collection and median filter to show. Based on DM642
  3. 所属分类:DSP program

    • 发布日期:2017-04-26
    • 文件大小:244288
    • 提供者:刘祺
  1. filter

    0下载:
  2. 中值滤波代码,附带有图像检测标准图片,用于图像处理-Median filter code, comes with standard picture images for image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:119407
    • 提供者:bluewind
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 50 »
搜珍网 www.dssz.com