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

搜索资源列表

  1. noise_filiter

    0下载:
  2. 图像中的噪声:高斯噪声、椒盐噪声、乘性噪声产生方法,以及分别利用中值滤波、算术均值滤波、低通滤波对噪声进行处理-Image noise: Gaussian noise, salt and pepper noise, multiplicative noise, and a median filter, respectively, the arithmetic mean filter, low pass filtering the noise processing
  3. 所属分类:Special Effects

    • 发布日期:2017-06-21
    • 文件大小:37682176
    • 提供者:
  1. tt

    0下载:
  2. VC6.0写的MFC程序,主要功能: 1.打开BMP格式灰度图像,按BMP格式一点一点读; 2.显示灰度图像的直方图,可以在直方图上选择阈值进行二值化,可以直方图均衡化; 3.可以保存处理后的图片; 4.灰度位图的几何变换:平移变换、旋转变换、缩放变换; 5.灰度位图的噪声抑制:“中值滤波”的模板大小采用3*3与5*5分别实现、“均值滤波”的模板大小为3*3,实现“算术平均(H0)”和“加权平均(H1、H3)”、实现高斯滤波(H2);
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:5690121
    • 提供者:黄华楼
  1. third

    0下载:
  2. 首先生成如下形式的图片:图中的白条为7象素宽,210象素高,白条间的宽度为17象素。 应用多种滤波器进行处理:算术均值,几何均值,谐波均值,逆谐波均值,中值滤波,中点滤波,最大值、最小值滤波等。注意,需改变模板大小。 -Pictures first generate the following form: in IOUs 7 pixels wide by 210 pixels high, IOUs between the width of 17 pixels. Apply a varie
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:3171
    • 提供者:王喆
  1. test

    1下载:
  2. 首先生成如下形式的图片:图中的白条为7象素宽,210象素高,白条间的宽度为17象素。 然后应用多种滤波器进行处理:算术均值,几何均值,谐波均值,逆谐波均值,中值滤波,中点滤波,最大值、最小值滤波等。最后详细比较上述的结果,并分析原因。(内含实验报告)-Pictures first generate the following form: in IOUs 7 pixels wide by 210 pixels high, IOUs between the width of 17 pixels
  3. 所属分类:matlab例程

    • 发布日期:2013-11-14
    • 文件大小:209454
    • 提供者:陈三穗
  1. pic

    0下载:
  2. 本程序实现算术平均值滤波(采样值为8位,连续采样数目小于256)-This program arithmetic mean of the filter (sampling value of eight consecutive number of samples is less than 256)
  3. 所属分类:assembly language

    • 发布日期:2017-11-11
    • 文件大小:2009630
    • 提供者:gaoshang
  1. bestway1

    0下载:
  2. 採用算數平均法提取背景圖像,可以總結為在特定的時間段內對圖元點的亮度和彩色資訊取平均值,用平均值作為背景圖像對應圖元點數值。在讀入一段視頻時,對某一圖元點進行觀察,會發現在沒有前景的運動目標通過時,該點的灰度值保持穩定,變化很小,只有當前景的運動目標通過時,該點的灰度才會發生劇烈的變化。這樣就可以連續讀入N幀圖像,對圖像各點的灰度或色彩信息進行統計的方法,使得變化劇烈的像素點變的平緩,取其平均值作為背景圖像像素點的值。-Using the arithmetic mean method extra
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:1336
    • 提供者:kaidi
  1. AVERRY

    0下载:
  2. 微控上机实验程序,可以求出所给数值的算术平均值-Micro-manage the experiment on the computer program, you can find the arithmetic mean of the values ​ ​ given in
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:667
    • 提供者:dongtian
  1. filter

    0下载:
  2. 数字滤波器,分别实现算术平均值法、中值滤波法、惯性滤波法三个模块-Digital filter arithmetic mean of the three modules of the median filter, inertial filter method
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:2404352
    • 提供者:张渊媛
  1. Simple-moving-average-method

    1下载:
  2. 简单移动平均法是指对由移动期数的连续移动所形成的各组数据,使用算术平均法计算各组数据的移动平均值,并将其作为下一期预测值。 简单的移动平均的计算公式如下: Ft=(At-1+At-2+At-3+…+At-n)/n    式中,Ft--对下一期的预测值;    n--移动平均的时期个数; At-1--前期实际值; At-2,At-3和At-n分别表示前两期、前三期直至前n期的实际值。-Simple moving average method refers to the da
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:708
    • 提供者:陈发东
  1. ADC-SMP

    0下载:
  2. ADC算术平均滤波法 ADC加权递推平均滤波法 ADC限幅滤波法(又称程序判断滤波法) ADC中位值滤波法 ADC中位值平均滤波法(又称防脉冲干扰平均滤波法)-ADC_ arithmetic mean weighted average recursive filtering method ADC_ filtering method ADC_ limiting filtering method (also known as the program to determine filtering me
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:8230
    • 提供者:connor
  1. kmeans1

    0下载:
  2.   K-means算法,算法步骤如下: Step1.利用式(2)计算距离矩阵D=(),其中=dist[i, j] (); Step2.扫描坐标距离矩阵D,寻找距离的最大值和最小值,用式(3)计算limit; Step3.扫描坐标距离矩阵D,寻找矩阵中距离最小的2个数据a,b,将数据a,b加入集合,={a,b},同时将数据a,b从U中删除,更新距离矩阵D; Step4.利用 (4)式在U中寻找距离集合最近的数据样本t,如果小于limit,则将t加入集合,同时将t从集合U中删除,更新
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:127618
    • 提供者:ming
  1. MCS-51-subprogram

    0下载:
  2. 单片机实用程序库,包括数据复制、算术平均滤波、长除法、码制转换、对分查找、浮点运算、三角函数等等。共98页pdf文档。-SCM utility library, including data replication, arithmetic mean filtering, long division, transcoding, bisection search, floating-point arithmetic, trigonometric functions and so on. Total
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:236218
    • 提供者:pengxiaotu
  1. arifile

    0下载:
  2. 本程序实现算术平均值滤波(采样值为8位,连续采样数目小于256) 入口参数:采样值数据块首地址在SADR中,连续采样数在W中 出口参数:滤波值在SOU中.-Arithmetic mean of the filter program (value of sample 8, the number of consecutive samples is less than 256) import parameters: the first sample value of the data block a
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:639
    • 提供者:ievance
  1. spfilt1

    0下载:
  2. 首先生成如下形式的图片:图中的白条为7象素宽,210象素高,白条间的宽度为17象素。 应用多种滤波器进行处理:算术均值,几何均值,谐波均值,逆谐波均值,中值滤波,中点滤波,最大值、最小值滤波等。注意,需改变模板大小。详细比较上述的结果,并分析原因。 -First generation following form images: figure IOUs 7 pixels wide, 210 pixels high, the width is 17 pixels between IOUs.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:773
    • 提供者:あかね
  1. Average-filtering

    0下载:
  2. 用matlab编写的程序,实现图像的3*3、7*7、9*9算术均值滤波和几何均值滤波,文档中有matlab源码以及运行结果截图-Programs written with matlab, image 3* 3,7* 7,9* 9 arithmetic mean filter and geometric mean filter, documentation and operating results have matlab source screenshot
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:97645
    • 提供者:王梦
  1. picture7

    0下载:
  2. 对椒盐噪声和噪声分别进行3种滤波,包括算术均值滤波、几何均值滤波、中值滤波-three kinds of filter to salt and pepper noise and gaussian noise ,including arithmetic mean filter, geometric mean filter, median filter
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:596
    • 提供者:kiven
  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
    • 文件大小:7596
    • 提供者:hench
  1. filter

    0下载:
  2. 常用滤波算法:程序判断法,中值滤波法,算术平均滤波法,加权平均滤波法,滑动平均滤波法,低通滤波法,中位值平均滤波-Common filtering algorithm: program to determine, median filtering, arithmetic mean filtering method, the weighted average filter, moving average filter, low-pass filtering, median average filt
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:934
    • 提供者:sun.z.b
  1. 2_13

    0下载:
  2. 求一个一维数组中所有元素的和、算术平均值以及标准差-Demand and the arithmetic mean and standard deviation of all the elements of a one-dimensional array
  3. 所属分类:LabView

    • 发布日期:2017-04-17
    • 文件大小:69435
    • 提供者:雷林
  1. image-processing

    0下载:
  2. 图像处理,均值滤波、算数均值滤波、中值滤波,利用TV算法进行图像修补,区域填充,用网格函数实现坐标定位-Image processing, mean filtering, arithmetic mean filtering, median filtering, the use of TV algorithm for image repair, area filling, with the grid coordinates to locate function to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:191289
    • 提供者:陈久生
« 1 2 34 »
搜珍网 www.dssz.com