Changeset 60 for trunk/src/update_obj.m


Ignore:
Timestamp:
Mar 23, 2010, 2:52:49 PM (14 years ago)
Author:
sommeria
Message:

-plot projections on a new specific GUI view_field, to avoid the multiplication of active figures
-introduce a ruler in uvmat (in menu/Tools), to measure distances and angles
-insert automatic detection of points for geometric calibration: tool 'detect_grid'. Four points, deliminating the grid to determine, must be marked with the mouse, as well as the physical grid. Then the points inside are automatically detected.
-reading plane positions in ImaDoc? improved to deal with volume scans

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/update_obj.m

    r47 r60  
    6262        if length(Object_set)>= IndexObj && isfield(Object_set{IndexObj},'plotaxes')
    6363            plotaxes=Object_set{IndexObj}.plotaxes;
     64            [PlotType,Object_out.PlotParam,plotaxes]=plot_field(ProjData,plotaxes,PlotHandles);
     65        else
     66             [plotaxes]=view_field(ProjData);
    6467        end
    65         [PlotType,Object_out.PlotParam,plotaxes]=plot_field(ProjData,plotaxes,PlotHandles);
     68       
     69%         [PlotType,Object_out.PlotParam,plotaxes]=plot_field(ProjData,plotaxes,PlotHandles);
    6670        Object_out.plotaxes=plotaxes;
    6771        plotfig=get(plotaxes,'parent');
Note: See TracChangeset for help on using the changeset viewer.