搜索资源列表
ImageProcessing.rar
- 用matlab编写界面,实现直方图均衡化、平均滤波、梯度滤波、Laplacian滤波、Kirsch滤波、Sobel滤波、Prewitt滤波、高频提升等多种功能,Matlab prepared to use interface, the realization of histogram equalization, the average filter, Gradient filter, Laplacian filter, Kirsch filter, Sobel filter, Prewitt f
vcPP-average-filter
- VC++ 均值滤波 图像处理 简单的一个程序借鉴下-VC++ average filter image processing
filter
- 1. 用imoise()函数给一幅数字图像加入’salt & pepper’和’Gaussian’噪声2)用3x3,5x5邻域平均平滑对图像进行处理3)用3x3,5x5中值滤波对图像进行处理, 2. 对一幅数字图像采用理想低通、Butterworth低通 、Gaussian低通滤波器进行平滑;对一幅数字图像采用理想高通、Butterworth高通 、Gaussian高通滤波器进行平滑。-1. With imoise () function to a digital image by a
DigitalFilterCprogram
- 在许多的数据采集系统中,现场的强电设备较多,不可避免 地会产生尖脉冲干扰,这种干扰一般持续时间短,峰值大,对这样 的数据进行数字滤波处理时,仅仅采用算术平均或移动平均滤波 时,尽管对脉冲干扰进行了1/n的处理,但,其剩余值仍然较大。 这种场合最好的策略是:将被认为是受干扰的信号数据去掉,这 就是防脉冲干扰平均值滤波法的原理。-In many data acquisition system, the strong electrical equipment at the
linear
- - 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
ImageProcessing
- 大概包括:左右、上下、中心对称,中值滤波,平移、裁剪、二值处理、膨胀、腐蚀、提取边界、缩放、旋转(中心保持不变和中心随旋转变化)、加权平均滤波(里面将四邻域、八邻域、laplace、sobel算子定义为数组并调用)。-Perhaps include: around from top to bottom, the center symmetry, median filter, pan, cutting, deal with two values, expansion, corrosion, ext
average
- Image Processing toolbox - Average filter-Image Processing toolbox- Average filter
image
- 该程序描述了用不同窗口的邻域平均滤波,来实现对含噪声图像的去噪处理,效果很好!-Descr iption of the program window with different neighborhood average filter, to achieve denoising images with noise to deal with, very good!
MovingAverageFilter
- This zip file contains the moving average filter code written in verilog HDL
FIRlvboqi
- FIR 滤波器也称为有限冲击响应滤波器,它用当前和过去输入样值的加权和来形成它的输出, 如下所的前馈差分方程所描述的。 FIR 滤波器又称为移动均值滤波器, 因为任何时间点的输出均依赖于包含有最新的 M个输入样值的一个窗。由于它的响应只依赖于有限个输入, FIR 滤波器对一个离散事件冲激有一个有限长非零响应, 即一个 M阶 FIR 滤波器对一个冲激的响应在 M个时钟周期之后为零。 -FIR filter, also known as finite impulse response
SpatialFrequencyDomainImageEnhancement
- 灰度变换增强程序 1.灰度变换增强程序 2.直方图灰度变换 3.直方图均衡化程序举例 4.直方图规定化程序举例 1.线性平滑滤波 2.中值滤波器 3. 4邻域8邻域平均滤波算法 1.低通滤波器 2.布特沃斯低通滤波器图像实例-Enhanced gray-scale transformation procedure 1. Enhanced gray-scale transformation procedure 2. Histogram gray-sc
data_avg
- averaging filter moving average filter
Digital_image_processing
- 1.median_filter (功能:使用中值濾波器去除雜訊) 2.mean_filter (功能:使用平均濾波器去除雜訊) 3.fl_stein (功能:使用誤差擴散法,將影像量化和混色) 4.Central_limit (功能:畫圖並證明中央極限定理) -1.median_filter (function: use median filter to remove noise) 2.mean_filter (funct
moving
- moving average filter matlab implementation
LABEX2
- Program P2_1 Simulation of an M-point Moving Average Filter Program P2_2 Generate a sinusoidal input signal Program P2_3 Generate the input sequences
average-filter
- this file include average filter that is one of a filters for remove noise in image processing
average-filter
- AVERAGE FILTER s operates o-AVERAGE FILTER s operates o
Kalman--with-sliding-average-filter
- 卡尔曼滤波同滑动平均法滤波的比较 附波形图-Kalman filter with a sliding average filter with waveforms
Moving-Average-Filter
- Moving average filter used on ECG signals. MA(3), MA(10) and a comparison of the two included.
AvgFilter
- Average filter matlab code and examples