Ignore:
Timestamp:
Jun 7, 2012, 9:56:19 AM (12 years ago)
Author:
sommeria
Message:

masks and calibration updated to fit with the new conventions on file organisation.
bug corrected in mouse_up (object creation)
bug corrected in civ in mode TESTciv

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r379 r444  
    234234%     testhandle=1;
    235235    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
    239240else
    240241    question={'save the calibration data and point coordinates in'};
Note: See TracChangeset for help on using the changeset viewer.