Create Gabor filter or Gabor filter bank
creates
a Gabor filter with the specified g
= gabor(wavelength
,orientation
)wavelength
(in
pixels/cycle) and orientation
(in degrees). If
you specify wavelength
or orientation
as
vectors, gabor
returns an array of gabor
objects,
called a filter bank, that contain all the
unique combinations of wavelength
and orientation
.
For example, if wavelength
is a vector of length
2 and orientation
is a vector of length 3, then
the output array g
is a vector of length 6. To
apply the Gabor filters to an image, use the imgaborfilt
function.
g = gabor(___,
creates an
array of Gabor filters using name-value pairs to control aspects of Gabor filter
design. If you specify a vector of values, the output array Name,Value
,...)g
contains all the unique combinations of the input values.