搜索资源列表
VC++实现对退化图像的恢复
- 采取逆滤波和维纳滤波两种图像恢复算法对退化图像的恢复实现过程,效果不错-Using inverse filtering and wiener filtering to recorver the extinction graph
维纳滤波处理c代码
- 用c写了维纳滤波处理算法,里面有算法使用说明,供大家学习信号处理时参考-used to write the Wiener filter algorithm, and they use algorithms for signal processing to emulate reference
Kalman
- 最佳线性滤波理论起源于40年代美国科学家Wiener和前苏联科学家Kолмогоров等人 的研究工作,后人统称为维纳滤波理论。从理论上说,维纳滤波的最大缺点是必须用到无限过去 的数据,不适用于实时处理。为了克服这一缺点,60年代Kalman把状态空间模型引入滤波理论, 并导出了一套递推估计算法,后人称之为卡尔曼滤波理论。卡尔曼滤波是以最小均方误差为估计 的最佳准则,来寻求一套递推估计的算法,其基本思想是:采用信号与噪声的状态空间模型,利 用前一
VCimagetool
- VC++图像处理典型算法全套演示程序的源代码,将众多图像处理功能集合于一个演示程序中,包括很多的图像处理类,像运动模糊恢复类,包含三种方法的运动模糊恢复功能,维纳滤波、逆滤波和投影迭代法 -VC++ image processing algorithms typically complete demo program source code, a number of image processing functions will be set in a demonstration program
ex1
- 维纳滤波算法MATLAB实现,能对数据进行维纳滤波-MATLAB realization of Wiener filtering algorithm, Wiener filter to the data
WienerScalart966766
- 维纳滤波算法的实现,可用于图像和语音信号的滤波处理,欢迎下载。-a realization of welna filter algorithm, which can be used for image and audio signal processing.
MSNWF
- 以多级维纳滤波MSNWF算法为基础,讲述信号检测-About signal detection the multi stage Wiener filtering MSNWF of algorithm based
YUYINXINH
- 第7章语音信号的减噪176 7.1自适应滤波器减噪176 7.1.1LMS算法基本原理176 7.1.2基本LMS自适应算法178 7.1.3LMS的自适应陷波器181 7.2谱减法减噪184 7.2.1基本谱减法184 7.2.2改进的谱减法187 7.3维纳滤波法减噪195 7.3.1维纳滤波的基本原理195 7.3.2维纳滤波减噪的具体步骤和函数WienerScalart96197 7.3.3维纳滤波的MATLAB例子1-Noise Chapte
wiener
- 维纳滤波,其中使用了基于能熵比的端点检测算法-Wiener filter, which uses the endpoint detection algorithm based on entropy ratio
Digital-Image-Processing
- 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放
jiqishijue
- 关于机器视觉图像处理中的图像复原,包括维纳滤波法、最小二乘法、Lucy算法、去卷积等方法-About image restoration in image processing, including wiener filtering method, least square method, Lucy algorithm, deconvolution method and so on
rhrz
- 采取逆滤波和维纳滤波两种图像恢复算法对退化图像的恢复实现过程,效果不错-Take the inverse filter and wiener filtering two algorithms for image restoration of degraded image restoration implementation process, the result is right
dmplementation
- 采取逆滤波和维纳滤波两种图像恢复算法对退化图像的恢复实现过程,效果不错-Take the inverse filter and wiener filtering two algorithms for image restoration of degraded image restoration implementation process, the result is right
16474650
- 采取逆滤波和维纳滤波两种图像恢复算法对退化图像的恢复实现过程,效果不错(Take the inverse filter and wiener filtering two algorithms for image restoration of degraded image restoration implementation process, the result is right)
维纳滤波
- 维纳滤波在语音信号中的应用,此算法基于最小均方算法(Wiener filtering in the application of the speech signal)
303369
- 采取逆滤波和维纳滤波两种图像恢复算法对退化图像的恢复实现过程,效果不错()
论文 基于图像恢复在无人机领域的应用与研究 (2)
- 由于无人机在航拍时会受到相对运动、姿态变化、光学环境、机械振动等因素的影响,导致所拍图像退化。本文使用MATLAB对无人机航拍图像退化过程进行了仿真实验,根据图像退化的原因建立相应的图像退化模型,把清晰的原图像进行退化处理,然后将模拟出来的退化图像分别使用维纳滤波、约束最小二乘(正则)滤波、Lucy-Richardson迭代非线性和盲解卷积4种不同的复原算法进行恢复,达到复原模糊图像的目的。(The application of UAV aerial photography became mor
nduxi
- 采取逆滤波和维纳滤波两种图像恢复算法对退化图像的恢复实现过程,效果不错()
pca 轴承故障诊断程序
- 最小均方算法,借助于最速下降算法发展起来的,通过维纳滤波所求维纳解,已知输入信号与期望信号的先验统计信息,以及再对输入信号的自相关矩阵进行求逆运算的情况下才能得以确定,计算复杂程度低,收敛性好(Least mean square algorithm, with the help of the steepest descent algorithm is developed, using wiener filtering for wiener solution of known prior stat
实验
- 此代码为传统语音增强算法的对比,包括谱减法、维纳滤波,自适应滤波,适合语音信号初学者使用。(This code is a comparison of traditional speech enhancement algorithms, including spectral subtraction, Wiener filtering, adaptive filtering, suitable for beginners to use voice signals.)