Why is the default Gabor phase offset 90 degrees?

asked 2014-09-13 06:52:30 -0600

_Robert gravatar image

updated 2014-09-13 06:54:14 -0600

This is using the default (CV_PI*0.5,) phase offset getGaborKernel(size, 8.0, 0.0, 16.0, 1.0);

This is using a zero phase offset getGaborKernel(size, 8.0, 0.0, 16.0, 1.0, 0.0);

enter image description here

So it seems that default phase offset (90 deg) removes the symmetry of the Gabor kernel. I have seen some other references where they use the same offset so I guess its standard conversion.

Why is this the default? Is it generally more useful to have this for feature extraction?

Also asked on stack overflow.

edit retag flag offensive close merge delete