Changeset 40 for trunk/src/mouse_down.m


Ignore:
Timestamp:
Mar 9, 2010, 9:00:40 PM (14 years ago)
Author:
sommeria
Message:

-relabel_i_j added to the svn (relabel an image series with two indices)
-Menu projection Object added to uvmat, rationalizes the call of projection objects (to improve yet)
-get_plot_handles: modified in relationwith the Menu projection object
-mouse_down: corrected in relation with previous change in field transforms
-transform_field functions added to the svn
-set_object and keyboard_callback: cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_down.m

    r35 r40  
    3737%test_cal=get(handles.cal,'Value');
    3838test_cal=isequal(MouseAction,'calib');
    39 handles_coord=findobj(huvmat,'Tag','menu_coord');
    40 menu_coord=get(handles_coord,'String');
    41 coord_choice=get(handles_coord,'Value');
     39menu_coord=get(hhuvmat.transform_fct,'String');
     40coord_choice=get(hhuvmat.transform_fct,'Value');
    4241coord_type=menu_coord{coord_choice};
    4342test_edit=isequal(MouseAction,'edit_object');
     
    255254                YCoord=data.Coord(:,2);
    256255            end
    257             hh=findobj('Tag','calib_points')           
     256            hh=findobj('Tag','calib_points');           
    258257            if isempty(hh)
    259258                line(XCoord,YCoord,'Color','m','Tag','calib_points','LineStyle','.','Marker','+');
Note: See TracChangeset for help on using the changeset viewer.