I am using estimateRigidTransform in OpenCV to get the rigid transform matrix
but i do not know how estimateRigidTransform get the rigid transform matrix
Does estimateRigidTransform use the Least squares Algorithm ?
I am using estimateRigidTransform in OpenCV to get the rigid transform matrix
but i do not know how estimateRigidTransform get the rigid transform matrix
Does estimateRigidTransform use the Least squares Algorithm ?
1) Yes it is uses Least square.
2) You should check documentation of function before posting questions here. This is one stackflow requests.