Changeset 444 for trunk/src/geometry_calib.m
- Timestamp:
- Jun 7, 2012, 9:56:19 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/geometry_calib.m
r379 r444 234 234 % testhandle=1; 235 235 RootPath=get(hhuvmat.RootPath,'String'); 236 RootFile=get(hhuvmat.RootFile,'String'); 237 filebase=fullfile(RootPath,RootFile); 238 outputfile=[filebase '.xml'];%xml file associated with the currently displayed image 236 SubDir=get(hhuvmat.SubDir,'String'); 237 % RootFile=get(hhuvmat.RootFile,'String'); 238 % filebase=fullfile(RootPath,RootFile); 239 outputfile=[fullfile(RootPath,SubDir) '.xml'];%xml file associated with the currently displayed image 239 240 else 240 241 question={'save the calibration data and point coordinates in'};
Note: See TracChangeset
for help on using the changeset viewer.