[][src]Function leptess::capi::makeGaussianKernel

pub unsafe extern "C" fn makeGaussianKernel(
    halfheight: l_int32,
    halfwidth: l_int32,
    stdev: l_float32,
    max: l_float32
) -> *mut L_KERNEL