【发布时间】:2017-05-09 22:27:38
【问题描述】:
看到this的回答,这已经是高通滤波器了吗?
【问题讨论】:
-
见doc:
H = fspecial('gaussian',HSIZE,SIGMA) returns a rotationally symmetric Gaussian LOWPASS filter of size HSIZE with standard deviation SIGMA (positive). -
那么,我可以得到一个高通高斯滤波器吗?
-
您可以减去输入减去低通滤波器的输出(或构建一个脉冲响应)
标签: matlab image-processing gaussian