Ignore:
Timestamp:
Mar 29, 2010, 6:34:55 PM (14 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/imadoc2struct.m

    r61 r71  
    7474        xindex=findstr(ImageSize,'x');
    7575        if length(xindex)>=2
    76              npx=str2double(ImageSize(1:xindex(1)-1));
    77              npy=str2double(ImageSize(xindex(1)+1:xindex(2)-1));
     76             s.Npx=str2double(ImageSize(1:xindex(1)-1));
     77             s.Npy=str2double(ImageSize(xindex(1)+1:xindex(2)-1));
    7878        end
    7979    end
Note: See TracChangeset for help on using the changeset viewer.