[][src]Function opencv::imgproc::get_perspective_transform_slice

pub fn get_perspective_transform_slice(
    src: &[Point2f],
    dst: &[Point2f]
) -> Result<Mat>

returns 3x3 perspective transformation for the corresponding 4 point pairs.