[][src]Function rustflow::Coarse2FineFlowWrapper

pub unsafe extern "C" fn Coarse2FineFlowWrapper(
    vx: *mut f64,
    vy: *mut f64,
    warpI2: *mut f64,
    Im1: *const f64,
    Im2: *const f64,
    alpha: f64,
    ratio: f64,
    minWidth: c_int,
    nOuterFPIterations: c_int,
    nInnerFPIterations: c_int,
    nSORIterations: c_int,
    colType: c_int,
    h: c_int,
    w: c_int,
    c: c_int
)