Executing cv::warpPerspective for a fake deskewing on a set of cv::Point
I’m trying to do a perspective transformation of a set of points in order to achieve a deskewing effect: http://nuigroup.com/?ACT=28&fid=27&aid=1892_H6eNAaign4Mrnn30Au8d I’m using the image below for tests, and the green rectangle display the area of interest. I was wondering if it’s possible to achieve the effect I’m hoping for using a simple combination of cv::getPerspectiveTransform … Read more