Ignore:
Timestamp:
Mar 29, 2010, 6:34:55 PM (15 years ago)
Author:
sommeria
Message:

civ3D updated: introduction of image size
imadoc2struct: reding of image size from the xml file
set_object, view_field and related functions: improvement of projection object editing
mouse: possibility of adjusting the calibrations points with the mouse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_geometry_calib.m

    r36 r71  
    22%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    33function data=read_geometry_calib(Coord_cell)
    4 data_XIma=[];
    5 data_YIma=[];
    6 data_XObject=[];
    7 data_YObject=[];
    8 data_ZObject=[];
    9 %Coord=get(handles.ListCoord,'String');
    10 % XImage=get(handles.XImage,'String');
    11 % YImage=get(handles.YImage,'String');
    12 % XObject=get(handles.XObject,'String');
    13 % YObject=get(handles.YObject,'String');
    14 % ZObject=get(handles.ZObject,'String');
    15 % if ischar(Xcolumn)
    16 %     Xcolumn={Xcolumn};
    17 % end
    184nb_defining_points=length(Coord_cell);
    195iline=0;
     
    2814        data4=str2num(coord_str(k(3)+5:k(4)-5));
    2915        data5=str2num(coord_str(k(4)+5:end));
    30         if ~isempty(data1)|~isempty(data2)|~isempty(data3)|~isempty(data4)|~isempty(data5)
     16        if ~isempty(data1)||~isempty(data2)||~isempty(data3)||~isempty(data4)||~isempty(data5)
    3117            iline=iline+1;
    3218            if ~isempty(data1)
Note: See TracChangeset for help on using the changeset viewer.