当前位置:
首页
资源下载

搜索资源 - Arithmetic Mean Filter
搜索资源列表
-
2下载:
图像分别加高斯噪声和椒盐噪声,然后进行中值滤波和算术均值滤波去噪处理。-Images were added Gaussian noise and salt and pepper noise, median filter and then the arithmetic mean filter denoising.
-
-
0下载:
均值平滑函数,可以完成图象的算数均值平滑,滤波器大小可以改变-Mean smoothing function, to be completed arithmetic mean smooth images, filter size can be changed
-
-
0下载:
在许多的数据采集系统中,现场的强电设备较多,不可避免
地会产生尖脉冲干扰,这种干扰一般持续时间短,峰值大,对这样
的数据进行数字滤波处理时,仅仅采用算术平均或移动平均滤波
时,尽管对脉冲干扰进行了1/n的处理,但,其剩余值仍然较大。
这种场合最好的策略是:将被认为是受干扰的信号数据去掉,这
就是防脉冲干扰平均值滤波法的原理。-In many data acquisition system, the strong electrical equipment at the
-
-
1下载:
- 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 -- 1, limiting filtering method (also known as filtering method to determine the procedure) 2, the median filteri
-
-
0下载:
//在单片机系统中常用的滤波算法
(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
-
-
0下载:
应用多种滤波器进行处理:算术均值,几何
均值,谐波均值,逆谐波均值,中值滤波,
中点滤波,最大值、最小值滤波等-To deal with a variety of filter applications: arithmetic mean, geometric mean, harmonic mean, inverse harmonic mean, median filter, the mid-point filtering, maximum, minimum filtering
-
-
0下载:
用MATLAB处理缺损图像,对椒盐躁声算术均值滤波,对高斯躁声算术均值滤波,对椒盐躁声中值滤波。-Using MATLAB to deal with defect images, the sound of the salt and pepper arithmetic mean filter impatient, impatient voice of Gaussian arithmetic mean filter, the sound of salt and pepper filter impat
-
-
0下载:
the given file contains the implementation of the ARITHMETIC FILTER using two methods.
1.based on the mathematical concept of arithmetic mean realised using for loops.
2.using imfilt -built-in function of matlab.this function makes use of the con
-
-
0下载:
实现多种滤波的M函数,比如算数均值滤波、几何均值滤波、谐波均值滤波、逆谐波均值滤波等-M to achieve a variety of filtering functions, such as the arithmetic mean filter, geometric mean filter, harmonic filtering, inverse filtering, harmonic mean
-
-
0下载:
利用均值滤波器处理图像,滤波器的类型包括算数和几个滤波器,同时含模板的大小设置。-Mean filter which include the arithmetic mean filter and geometric mean filter used for processing digital images, meanwhile,it could set the size of template,
-
-
0下载:
arithmetic mean filter,geometric mean filter,harmonic mean filtercontra-harmonic mean (Q=-ve),contra-harmonic mean (Q=+ve),median filter,max filter,min filter,mid point filter and alpha-trimmed filters are applied for erlang noise image-arithmetic me
-
-
0下载:
arithmetic mean filter,geometric mean filter,harmonic mean filtercontra-harmonic mean (Q=-ve),contra-harmonic mean (Q=+ve),median filter,max filter,min filter,mid point filter and alpha-trimmed filters are applied for exponential noise image-arithmet
-
-
0下载:
arithmetic mean filter,geometric mean filter,harmonic mean filtercontra-harmonic mean (Q=-ve),contra-harmonic mean (Q=+ve),median filter,max filter,min filter,mid point filter and alpha-trimmed filters are applied for gausian noise image-arithmetic m
-
-
0下载:
arithmetic mean filter,geometric mean filter,harmonic mean filtercontra-harmonic mean (Q=-ve),contra-harmonic mean (Q=+ve),median filter,max filter,min filter,mid point filter and alpha-trimmed filters are applied for ralye noise image-arithmetic mea
-
-
0下载:
数字图像处理(第二版)第五章例题5.13的实现代码。7*7的算术均值滤波和几何均值滤波代码(自己编写)。-Digital Image Processing (second edition) Chapter V, Example 5.13 code. 7* 7 arithmetic mean filter and the geometric mean filter code (write your own).
-
-
0下载:
Improved Tolerance based Selective Arithmetic Mean
Filter for Detection and Removal of Impulse Noise
-
-
0下载:
图像中的噪声:高斯噪声、椒盐噪声、乘性噪声产生方法,以及分别利用中值滤波、算术均值滤波、低通滤波对噪声进行处理-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
-
-
0下载:
数字滤波器,分别实现算术平均值法、中值滤波法、惯性滤波法三个模块-Digital filter arithmetic mean of the three modules of the median filter, inertial filter method
-
-
0下载:
用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
-
-
0下载:
对椒盐噪声和噪声分别进行3种滤波,包括算术均值滤波、几何均值滤波、中值滤波-three kinds of filter to salt and pepper noise and gaussian noise ,including arithmetic mean filter, geometric mean filter, median filter
-