搜索资源列表
Wavelets
- 数字图形的小波变换处理,包含了小波的一维二维和三维变换,以及选择高通和低通滤波
cvFilter
- opencv,用不同的核进行图像的二维滤波,函数cvSmooth实现各种方法的图形平滑。-opencv,image smooth with different kernel
include
- 用不同的核进行图像的二维滤波 函数cvSmooth实现各种方法的图形平滑。 一般来说,图像平滑主要是为了消除噪声。图像的常见噪声主要有加性噪声、乘性噪声和量化噪声等。由于图像的能量主要集在低频部分,而噪声所在频段主要在高频段,因此通常都是采用低通滤波的方法消除噪声。 函数cvFilter2D对图像做卷积运算。 对图像进行线性滤波,支持替换方式操作。当核运算部份超出输入图像时,边界外面的像素值等于离它最近的图像像素值。 -Graph smoothing function of
abbe_filter
- 利用matlab仿真阿贝滤波与空间滤波实验,文件夹中包含了对一维、二维光栅和图形的仿真-Abbe filter using matlab simulation experiments with spatial filtering, the folder contains a one-dimensional, two-dimensional raster and graphic simulation
图像滤波
- 求图形的二维比例滤波结果,主要运用FFT和IFFT运算得到结果,可按照比例进行滤波(Find the two-dimensional scale filter results)
二维高斯滤波matlab
- 此程序是应用于图形图像处理,基于matlab软件的二维高斯滤波算法实现。(This program is applied to graphics and image processing, based on MATLAB software two-dimensional Gauss filtering algorithm.)