Function opencv::imgproc::get_gaussian_kernel [] [src]

pub fn get_gaussian_kernel(ksize: i32, sigma: f64, ktype: i32) -> Result<Mat, String>

returns the Gaussian kernel with the specified parameters

default value for arguments: - ktype: default CV_64F