You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, I am new to vector algebra. Do I need to do it to do it separately for translation and Rotation? Also once I have the H matrix by inv(A)*B should I pass H through singular value decomposition (SVD) to get U, Vt and optimal rotation via Vt.T.dot(U)?
I have two camera homogeneous matrices with rotation 3x3 and translation 3x1 = 3x4. How can I find the optimal between those two?
Thanks
The text was updated successfully, but these errors were encountered: