OpenCV newbie and bad math. My task is to apply the Gabor filter to a normalized image. And I only know that OpenCV has a getGaborKernel function, and I want to know that the return matrix of this function is the real part or imaginary part of the kernel. If I cannot use this function, then how can I generate this kernel? Using the Java API, but C ++ code is fine.
image-processing opencv iris-recognition
ztypl
source share