pub fn warp_perspective_gray(
src: &GrayImageView<'_>,
h_img_from_rect: Homography,
out_w: usize,
out_h: usize,
) -> GrayImageExpand description
Warp into rectified image: for each dst pixel, map to src via H_img_from_rect and sample.