warp_perspective_gray

Function warp_perspective_gray 

Source
pub fn warp_perspective_gray(
    src: &GrayImageView<'_>,
    h_img_from_rect: Homography,
    out_w: usize,
    out_h: usize,
) -> GrayImage
Expand description

Warp into rectified image: for each dst pixel, map to src via H_img_from_rect and sample.