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
In the provided code we see along the code cell [26] and [27], after moving the some_point 3D point into the left camera coordinate frame, the code only uses k1 intrinsic matrix to project the point (in the left cam coordinate frame) onto the 2D image plane.
Shouldn't we use the complete projection matrix?
I mean P1 = k1[r1|t1]
No description provided.
The text was updated successfully, but these errors were encountered: