Changeset 109 for trunk/src/px_XYZ.m
- Timestamp:
- Oct 4, 2010, 10:39:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/px_XYZ.m
r92 r109 1 %'px_XYZ': transform physical to image coordinates. 2 %------------------------------------------------------------------------ 3 %[X,Y]=px_XYZ(Calib,Xphys,Yphys,Zphys) 4 %------------------------------------------------------------------------ 5 % OUTPUT: 6 % [X,Y]: image coordinates(in pixels) 7 %------------------------------------------------------------------------ 8 % INPUT: 9 % Calib: structure containing calibration parameters 10 % Xphys,Yphys,Zphys; vectors of physical coordinates for a set of points 1 11 2 12 function [X,Y]=px_XYZ(Calib,Xphys,Yphys,Zphys)
Note: See TracChangeset
for help on using the changeset viewer.