1 2 3 4 5
function output = getGaussianKernel(ksize, sigma, ktype) output = opencv_getGaussianKernel(ksize, sigma, ktype) endfunction