findHomography, getPerspectiveTransform, & getAffineTransform
Q #1: Right, the findHomography tries to find the best transform between two sets of points. It uses something smarter than least squares, called RANSAC, which has the ability to reject outliers – if at least 50% + 1 of your data points are OK, RANSAC will do its best to find them, and build … Read more