[][src]Function opencv::videostab::complete_frame_according_to_flow

pub fn complete_frame_according_to_flow(
    flow_mask: &Mat,
    flow_x: &Mat,
    flow_y: &Mat,
    frame1: &Mat,
    mask1: &Mat,
    dist_thresh: f32,
    frame0: &mut Mat,
    mask0: &mut Mat
) -> Result<()>