matlab中实现Gabor滤波器
Posted Rachel-Zhang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了matlab中实现Gabor滤波器相关的知识,希望对你有一定的参考价值。
1.spatialgabor.m描述gabor函数
% SPATIALGABOR - applies single oriented gabor filter to an image
%
% Usage:
% [Eim, Oim, Aim] = spatialgabor(im, wavelength, angle, kx, ky, showfilter)
%
% Arguments:
% im - Image to be processed.
% wavelength - Wavelength in pixels of Gabor filter to construct
% angle - Angle of filter in degrees. An angle of 0 gives a
% filter that responds to vertical features.
% kx, ky - Scale factors specifying the filter sigma relative
% to the wavelength of the filter. This is done so
% that the shapes of the filters are invariant to the
% scale. kx controls the sigma in the x direction
% which is along the filter, and hence c
以上是关于matlab中实现Gabor滤波器的主要内容,如果未能解决你的问题,请参考以下文章
瑕疵检测基于matlab gabor滤波布匹瑕疵检测含Matlab源码 407期
使用 MATLAB 将图像分成大小相等的块并使用 Gabor 滤波器
图像增强基于粒子群算法优化gabor滤波器实现图像增强matlab源码