Changeset 810 for trunk/src/transform_field/phys.m
- Timestamp:
- Aug 13, 2014, 3:01:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/transform_field/phys.m
r782 r810 1 1 %'phys': transforms image (Unit='pixel') to real world (phys) coordinates using geometric calibration parameters. It acts if the input field contains the tag 'CoordTUnit' with value 'pixel' 2 3 2 %------------------------------------------------------------------------ 4 3 %%%% Use the general syntax for transform fields %%%% 5 4 % OUTPUT: 6 5 % DataOut: output field structure 7 6 % 8 7 %INPUT: 9 8 % DataIn: first input field structure … … 13 12 % XmlData_1: optional second input parameter structure 14 13 % .GeometryCalib: substructure of the calibration parameters 15 %------------------------------------------------------------------------ 14 15 %======================================================================= 16 % Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France 17 % http://www.legi.grenoble-inp.fr 18 % Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr 19 % 20 % This file is part of the toolbox UVMAT. 21 % 22 % UVMAT is free software; you can redistribute it and/or modify 23 % it under the terms of the GNU General Public License as published 24 % by the Free Software Foundation; either version 2 of the license, 25 % or (at your option) any later version. 26 % 27 % UVMAT is distributed in the hope that it will be useful, 28 % but WITHOUT ANY WARRANTY; without even the implied warranty of 29 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 30 % GNU General Public License (see LICENSE.txt) for more details. 31 %======================================================================= 32 16 33 function DataOut=phys(DataIn,XmlData,DataIn_1,XmlData_1) 17 34 %------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.