How opencv getGaborKernel function parameters related to orientation and scale parameters?
I assume theta is orientation, but what refers to scale?
//! returns the Gabor kernel with the specified parameters CV_EXPORTS_W Mat getGaborKernel( Size ksize, double sigma, double theta, double lambd,double gamma, double psi=CV_PI*0.5, int ktype=CV_64F );
Here is example 5 scales and 8 orientations:
UPDATE:
Also I found this parameter explanation: http://matlabserver.cs.rug.nl/edgedetectionweb/web/edgedetection_params.html