Changeset 414
- Timestamp:
- May 8, 2012, 6:42:58 PM (13 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r413 r414 1431 1431 Param.Civ2.ImageWidth=ImageInfo.Width; 1432 1432 Param.Civ2.ImageHeight=ImageInfo.Height; 1433 Param.Civ2.i1=i1_civ2(ifile ,j);1434 Param.Civ2.i2=i2_civ2(ifile ,j);1433 Param.Civ2.i1=i1_civ2(ifile); 1434 Param.Civ2.i2=i2_civ2(ifile); 1435 1435 switch CivMode 1436 1436 case 'CivX' … … 3017 3017 else 3018 3018 ref_j=str2double(get(handles.ref_j,'String')); 3019 if isnan(ref_j) 3020 ref_j=1; 3021 end 3019 3022 end 3020 3023 time=get(handles.ImaDoc,'UserData');%get the set of times -
trunk/src/update_imadoc.m
r397 r414 47 47 % in case of movie (avi file), copy timing info in the new xml file 48 48 [pp,outputroot]=fileparts(outputfile); 49 imainfo=[];49 % imainfo=[]; 50 50 if exist(fullfile(pp,[outputroot '.avi']),'file') 51 51 FileName=fullfile(pp,[outputroot '.avi']); … … 66 66 t=struct2xml(Camera,t,uid_camera); 67 67 end 68 [t,uid_calib]=add(t,1,'element','GeometryCalib');69 68 end 69 [t,uid_calib]=add(t,1,'element','GeometryCalib'); 70 70 end 71 71 t=struct2xml(GeometryCalib,t,uid_calib);
Note: See TracChangeset
for help on using the changeset viewer.