Compute a perspective transformation matrix from point correspondences
Source:R/transforms.R
perspective_from_points.RdComputes the 3x3 perspective (homography) matrix that maps src
points to dst points. Requires exactly 4 point pairs.
R/transforms.R
perspective_from_points.RdComputes the 3x3 perspective (homography) matrix that maps src
points to dst points. Requires exactly 4 point pairs.