Ask Your Question

nelya9227's profile - activity

2014-08-18 23:18:03 -0600 asked a question What happens if I give more inputs in estimateRigidTransform or getAffineTransform?

I am using estimateRigidTransform with about two vectors of 100 points and is working FINE. But somehow getAffineTransform doesn't work.

I know that findHomography finds the best matrix using RANSAC and getPerspectiveTransform needs only 4 points.

My question is what happens if I give more inputs in estimateRigidTransform or getAffineTransform?

Does it take only 4 points from input matrix? Or do some kind of RANSAC?