[][src]Function opencv::videostab::calc_flow_mask

pub fn calc_flow_mask(
    flow_x: &Mat,
    flow_y: &Mat,
    errors: &Mat,
    max_error: f32,
    mask0: &Mat,
    mask1: &Mat,
    flow_mask: &mut Mat
) -> Result<()>