cv.getGaborKernel - MATLAB File Help |
Returns Gabor filter coefficients
kernel = cv.getGaborKernel('OptionName',optionValue, ...)
[w,h]
. default [21,21]single
or double
.
default double
.For more details about gabor filter equations and parameters, see Gabor filter.
Try the gabor_filter_gui.m
sample file to interact with the various
parameters of the Gabor filter and visualize the result.