Changeset 1113 for trunk/src/px_XYZ.m
- Timestamp:
- Feb 8, 2022, 1:58:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/px_XYZ.m
r1112 r1113 57 57 58 58 %camera coordinates 59 Zphys= -Zphys;%flip z coordinates59 Zphys=Zphys;%flip z coordinates 60 60 xc=R(1)*Xphys+R(2)*Yphys+R(3)*Zphys+Calib.Tx_Ty_Tz(1); 61 61 yc=R(4)*Xphys+R(5)*Yphys+R(6)*Zphys+Calib.Tx_Ty_Tz(2);
Note: See TracChangeset
for help on using the changeset viewer.