搜索资源列表
inverse_winer_filter
- 对图像进行模糊处理,用逆滤波和维纳滤波恢复图像,也是实验时自己编写的代码,请多指教。-Fuzzy image processing, inverse filtering and Wiener filter to restore the image, but also experiments have written code, like him Zhijiao.
winer
- 不用matlab自带函数实验维纳滤波 实现效果好 可行-Function without matlab own experiments Wiener filtering
winner
- 维纳滤波器的matlab实现,介绍了维纳滤波的基本原理-Wiener filter matlab realize the basic principles of the Wiener filter
滤波处理器
- 对于运动引起的图像模糊,最简单的方法是直接做逆滤波,但是逆滤波对加性噪声特别敏感,使得恢复的图像几乎不可用。最小均方差(维纳)滤波用来去除含有噪声的模糊图像,其目标是找到未污染图像的一个估计,使它们之间的均方差最小,可以去除噪声,同时清晰化模糊图像。(Filter processor code)