First time here? Check out the FAQ!
answered 2012-08-09 06:35:06 -0600
perspectiveTransform is used to apply a homography on a limited set of point coordinates, and it returns the new coordinates.
To convert an image based on a homography matrix, use warpPerspective().
warpPerspective()