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 function load_K_Rt_from_P(), the rotation matrix was transposed after got from the cv2.decomposeProjectionmatrix(). As I know, the result from the cv2.decomposeProjectionmatrix() is the really rotation matrix and t and not need to be changed, why the rotation matrix iwas transposed but others was not changed.
The text was updated successfully, but these errors were encountered:
In the function
load_K_Rt_from_P()
, the rotation matrix was transposed after got from thecv2.decomposeProjectionmatrix()
. As I know, the result from thecv2.decomposeProjectionmatrix()
is the really rotation matrix and t and not need to be changed, why the rotation matrix iwas transposed but others was not changed.The text was updated successfully, but these errors were encountered: