Function vlfeat_sys::vl_imconvcol_vf [] [src]

pub unsafe extern "C" fn vl_imconvcol_vf(
    dst: *mut f32,
    dst_stride: vl_size,
    src: *const f32,
    src_width: vl_size,
    src_height: vl_size,
    src_stride: vl_size,
    filt: *const f32,
    filt_begin: vl_index,
    filt_end: vl_index,
    step: c_int,
    flags: c_uint
)

@name Image convolution ** @{