Hello @Iraklis S
The size of the Gabor kernel is determined internally by MATLAB based on the specified wavelength. The kernel size is typically large enough to capture the features defined by the wavelength and orientation. The size is not directly specified by the user but is automatically determined to ensure the filter captures the desired features. If you need specific control over the kernel size, you might need to implement custom Gabor filters using convolution operations.