answered Aug 9 '12
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()