搜索资源列表
1D_ImageWaveFilter
- 一维数字图像的滤波处理,包括中值滤波, 膨胀,腐蚀,开运算,闭运算和基于一次插值操作的求包络线算法。-one-dimensional digital image filtering, including filtering, expansion, corrosion, opened operations Based on the closing operation and an interpolation operation for the DEA algorithm.
bianhuanyu
- 8/24位图像的变换域处理及应用。内有正交变换、一维二维傅里叶变换、二维离散余弦、频域高通、低通滤波等。-8 / 24 images transform domain processing and application. There orthogonal transformation, a two-dimensional Fourier transform two-dimensional discrete cosine, frequency-domain high-pass, low-pass
whmt1.tar
- 一维、二维小波变换,及其对有噪图像的滤波、测试源码-one-dimensional, two-dimensional wavelet transform, and the noise image filtering, testing FOSS
zengqiang
- 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(
medfilt3
- 从国外网站下载的代码,中值滤波可以很好地过滤掉各种噪音数据,另外,还可以很好地保留边缘信息。此程序可以对一维二维三维信号,进行中值滤波,完成噪声的去除
dec1D_pe
- 一维信号的多小波分解程序,具体小波系数从coef系数文件中获取。需要先对一维信号进行预滤波
pf
- 粒子滤波 目标跟踪 一维情况下 非线性非高斯
wavelets
- MATLAB下通过多种小波实验了解小波变换的原理教程及示例代码 包括的多个示例源代码有:一维线性非线性近似、二维线性非线性近似、使用线性滤波过滤噪声、使用小波门限消除噪声、使用小波变换压缩一维信号、二维小波图像压缩等等。
Wavelets
- 数字图形的小波变换处理,包含了小波的一维二维和三维变换,以及选择高通和低通滤波
zhongzhi
- 中值滤波代码!中值滤波是在1971年有J.W.Jwkey首先提并应用的在一维信号处理技术中(时间序列分析),后来被图像信号处理技术所引用.在一定的条件下,可以克服线性滤波器如最小均方滤波、平均值滤波等所带来的图像细节模糊,而且对滤波脉冲干扰及图像扫描噪声最为有效。特别适用在有很强的胡椒粉式或脉冲式的干扰时,因为这些干扰值与其邻近像素灰度有很大差异,因此经排序后取中值的结果是强迫将次干扰变成与其邻近的某些像素的灰度值一样,达到去除干扰的效果。在实际运算过程中并不需要图像的统计特性,这也是带来不少方
medfilt3
- 一维二维三维信号MATLAB中值去噪滤波源代码1D, 2D or 3D median filtering
一种匀速运动模糊图像的模糊方向判断算法
- 本文主要研究的是任意方向的匀速直线运动模糊图像的模糊方向判断算法,主要根据运动模糊降低了运动方向上图像的高频成 分,沿着运动方向实施高通滤波,可保证微分图像灰度值(绝对值)之和最小,论文中就是根据这种原理来判断出匀速运动模糊图像的运动 模糊方向,采用了3×3方向的微分乘子法来判断图像的运动模糊方向,从而可将图像的恢复问题转化为一维问题。
中值滤波器 采用的是对二维图像
- 中值滤波器 采用的是对二维图像,进行两次一维中值滤波,算法简单且易实现,Median filter is used in two-dimensional images, for two one-dimensional median filtering algorithm is simple and easy to achieve
RECOVER
- 比较反滤波和维纳滤波对一幅图像复原的效果。从两方面出发,一是对运动模糊和均值模糊复原的能力,二是抗噪能力,各种情况分别都进行了对比-Comparison of inverse filtering and Wiener filtering on an image restoration results. Proceed in two ways, first on the motion blur and the mean fuzzy recovery capability and noise imm
lzlv
- 标准粒子滤波目标跟踪源码! 一维情况下 非线性非高斯,-Standard particle filter target tracking source! One-Dimensional Non-linear non-Gaussian,
FDomain
- 图像的一维、二维快速傅里叶变化和反变化,可对图像一般低通滤波、ButterWorth低通滤波、一般高通滤波、ButterWorth高通滤波-Image of one-dimensional, two-dimensional fast Fourier change and anti-change, the image may be a general low-pass filter, ButterWorth low pass filter, the general high-pass filter
wmedfilt1
- 此函数为一维加权中值滤波函数,本人觉得很不错。-Vega as a function of the value of the right to filter function, I think is pretty good.
fastgaussblur
- 本程序实现了高斯快速高斯滤波,利用二维高斯函数的可分离特性,将二维高斯滤波转化为两次一维滤波。使用C#做界面,底层函数使用C编写,并制作成DLL供C#调用。 C源码提供在内。-The program implements a fast Gaussian Gaussian using a detachable feature two-dimensional Gaussian function, the two-dimensional Gaussian filter into two one-dim
Bar_1
- 运用图像处理,运用滤波,闭运算,腐蚀,膨胀进行一维码即条形码的识别(The use of image processing, the use of filtering, closed computing, corrosion, expansion of one-dimensional code, that is, bar code identification)
newPic
- 一种利用线性系统状态方程,通过系统输入输出观测数据,对系统状态进行最优估计的算法。由于观测数据中包括系统中的噪声和干扰的影响,所以最优估计也可看作是滤波过程(An algorithm for estimating the state of the system by using the linear system state equation, inputting and outputting the observed data through the system. Since the obs