MATLAB File Help: cv.getGaborKernel | Index |
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: http://en.wikipedia.org/wiki/Gabor_filter
Try the gaborfiltergui.m sample file to interact with the various parameters of the Gabor filter and visualize the result.