Function vlfeat_sys::vl_imsmooth_f [] [src]

pub unsafe extern "C" fn vl_imsmooth_f(
    smoothed: *mut f32,
    smoothedStride: vl_size,
    image: *const f32,
    width: vl_size,
    height: vl_size,
    stride: vl_size,
    sigmax: f64,
    sigmay: f64
)

@name Image smoothing @{