Function opencv::imgproc::get_gabor_kernel [] [src]

pub fn get_gabor_kernel(ksize: Size, sigma: f64, theta: f64, lambd: f64, gamma: f64, psi: f64, ktype: i32) -> Result<Mat, String>

returns the Gabor kernel with the specified parameters

default value for arguments: - psi: default CV_PI*0.5 - ktype: default CV_64F