搜索资源列表
inverse_winer_filter
- 对图像进行模糊处理,用逆滤波和维纳滤波恢复图像,也是实验时自己编写的代码,请多指教。-Fuzzy image processing, inverse filtering and Wiener filter to restore the image, but also experiments have written code, like him Zhijiao.
nilvbo
- 本文包括以下内容:逆滤波,最小二乘方滤波,顺序滤波比较等matlab代码。-This article includes the following: inverse filtering, least squares filtering, comparison of the order of filtering matlab code.
滤波处理器
- 对于运动引起的图像模糊,最简单的方法是直接做逆滤波,但是逆滤波对加性噪声特别敏感,使得恢复的图像几乎不可用。最小均方差(维纳)滤波用来去除含有噪声的模糊图像,其目标是找到未污染图像的一个估计,使它们之间的均方差最小,可以去除噪声,同时清晰化模糊图像。(Filter processor code)