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
When output extrinsic camera parameters to file(in the part of SavePointCloundPLY), why x_cam=-tx-rz*ty+ry*tz; y_cam=rz*tx-ty-rx*tz;z_cam=-ry*tx+rx*ty+tz? If camera=R(ri)ti, then x_cam=tx-rz*ty+ry*tz; y_cam=rz*tx+ty-rx*tz;z_cam=-ry*tx+rx*ty+tz #2