高斯高通滤波器。我要分享

Gaussian high-pass filter.m

matlab

关注次数: 125

下载次数: 0

文件大小: 218.10 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:这是我的高斯高通滤波器的matlab代码,用于数字图像处理。


English Description:

This is my Gaussian high-pass filter Matlab code use for digital image processing. In the case of Gaussian filtering, the frequency coefficients are not cut abruptly, but smoother cut of process is used instead. Thus also take advantage of the fact that the DFT of a Gaussian function is a also a Gaussian function. The Gaussian high pass filters attenuates frequency components that are near to image center. The Gaussian high pass is given by:                      Hu,v=1-


代码预览