Ignore:
Timestamp:
Dec 8, 2014, 1:04:22 AM (9 years ago)
Author:
sommeria
Message:

bugs corrected in uvmat: object deletion.
set_slices improved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r827 r837  
    5252% Edit the above text to modify the response to help geometry_calib
    5353
    54 % Last Modified by GUIDE v2.5 11-Apr-2014 23:10:57
     54% Last Modified by GUIDE v2.5 07-Dec-2014 15:50:44
    5555
    5656% Begin initialization code - DO NOT edit
     
    112112set(handles.Extrinsic,'Position',[1 Height-40-4-92-75 418 75])%  rank 3
    113113set(handles.PointLists,'Position',[1 Height-40-6-92-75-117 418 117]) %  rank 4
    114 set(handles.CheckEnableMouse,'Position',[3 Height-40-8-92-75-117-30 180 30])%  rank 5
     114set(handles.CheckEnableMouse,'Position',[3 Height-362 208 30])%  rank 5
    115115set(handles.PLOT,'Position',[3 Height-394 120 30])%  rank 6
    116116set(handles.Copy,'Position',[151 Height-394 120 30])%  rank 6
    117 set(handles.CLEAR_PTS,'Position',[297 Height-394 120 30])%  rank 6
    118 set(handles.ClearLine,'Position',[297 Height-364 120 30])%  rank 6
    119 set(handles.CoordLine,'Position',[177 Height-364 120 30])%  rank 6
     117set(handles.ClearAll,'Position',[297 Height-394 120 30])%  rank 6
     118set(handles.ClearPoint,'Position',[297 Height-362 120 30])%  rank 6
     119set(handles.CoordLine,'Position',[211 Height-362 86 30])%  rank 6
    120120set(handles.phys_title,'Position',[38 Height-426 125 20])%  rank 7
    121121set(handles.CoordUnit,'Position',[151 Height-426 120 30])%  rank 7
     
    772772
    773773% --------------------------------------------------------------------
    774 % --- Executes on button press in CLEAR_PTS: clear the list of calibration points
    775 function CLEAR_PTS_Callback(hObject, eventdata, handles)
     774% --- Executes on button press in ClearAll: clear the list of calibration points
     775function ClearAll_Callback(hObject, eventdata, handles)
    776776% --------------------------------------------------------------------
    777777set(handles.ListCoord,'Data',[])
     
    13991399
    14001400%------------------------------------------------------------------------
    1401 % --- Executes on button press in ClearLine: remove the selected line in the table Coord
    1402 %------------------------------------------------------------------------
    1403 function ClearLine_Callback(hObject, eventdata, handles)
     1401% --- Executes on button press in ClearPoint: remove the selected line in the table Coord
     1402%------------------------------------------------------------------------
     1403function ClearPoint_Callback(hObject, eventdata, handles)
    14041404
    14051405Coord=get(handles.ListCoord,'Data');
     
    14181418    end
    14191419end
    1420 
Note: See TracChangeset for help on using the changeset viewer.