structure-from-motion icon indicating copy to clipboard operation
structure-from-motion copied to clipboard

Pose Estimation

Open m0ose opened this issue 2 years ago • 1 comments

This is a cool tutorial.

Can you explain the pose estimation part? Where did those K values come from in section 2.5?


2.5. Pose Estimation

K = np.array([[2759.48,0,1520.69],[0,2764.16,1006.81],[0,0,1]])
E = K.T.dot(F.dot(K))

m0ose avatar Jul 27 '23 03:07 m0ose

It comes from the camera calibration process.

chenkang455 avatar Jan 02 '24 08:01 chenkang455