This is used by default ( CV_PI*0.5, ) phase shift getGaborKernel(size, 8.0, 0.0, 16.0, 1.0);

The zero phase getGaborKernel(size, 8.0, 0.0, 16.0, 1.0, 0.0);

Thus, it seems that the default phase offset (90 degrees) eliminates the symmetry of the Gabor core. I saw several other links where they use the same offset, so I assume its standard conversion.
Why is this the default value? Is it generally more useful to have this for function extraction?
Also asked about opening a CV Q & A site.
source share