Mercurial > hg > trimatlab
changeset 1:39d4f9e57b26
Added message on calibration.
author | samer |
---|---|
date | Thu, 02 Feb 2012 03:07:13 +0000 |
parents | be936975f254 |
children | cfdca07197b6 |
files | mt_calibrate.m |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mt_calibrate.m Wed Feb 01 14:06:37 2012 +0000 +++ b/mt_calibrate.m Thu Feb 02 03:07:13 2012 +0000 @@ -10,6 +10,7 @@ if nargin>2, Sys.refpoints(:,I) = PI; end P = Sys.refpoints; + disp('\nCalibrating for triangle vertices at:'); disp(P); p0 = P(:,1); Sys.map = info_map_fn(p0,inv(P(:,2:3)-repmat(p0,1,2))); end