findHomography, getPerspectiveTransform, & getAffineTransform
This question is on the OpenCV functions findHomography , getPerspectiveTransform & getAffineTransform What is the difference between findHomography and getPerspectiveTransform ?. My understanding from the documentation is that getPerspectiveTransform computes the transform using 4 correspondences (which is the minimum required to compute a homography/perspective transform) where as findHomography computes the transform even if you provide more than 4 correspondencies (presumably using something like a least squares method?). Is this correct? (In which case the only reason OpenCV still