Changeset 83
- Timestamp:
- Apr 19, 2010, 12:41:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/geometry_calib.m
r78 r83 89 89 inputxml=''; 90 90 if exist('inputfile','var')& ~isempty(inputfile) 91 [Path,Name,ext]=fileparts(inputfile);92 form=imformats(ext([2:end]));93 if ~isempty(form)% if the input file is an image91 % [Path,Name,ext]=fileparts(inputfile); 92 % form=imformats(ext([2:end])); 93 % if ~isempty(form)% if the input file is an image 94 94 struct.XmlInputfile=inputfile; 95 95 set(hObject,'UserData',struct) 96 96 [Pathsub,RootFile,field_count,str2,str_a,str_b,ext,nom_type,subdir]=name2display(inputfile); 97 97 inputxml=[fullfile(Pathsub,RootFile) '.xml']; 98 end98 % end 99 99 end 100 100 set(handles.ListCoord,'String',{'......'}) … … 461 461 % est_kc=[1;0;0;0;0]; 462 462 est_dist=[0;0;0;0;0]; 463 run(fullfile(path_UVMAT,' TOOLBOX_calib','go_calib_optim'));463 run(fullfile(path_UVMAT,'toolbox_calib','go_calib_optim')); 464 464 465 465 GeometryCalib.CalibrationType='tsai';
Note: See TracChangeset
for help on using the changeset viewer.