Changeset 837 for trunk/src/geometry_calib.m
- Timestamp:
- Dec 8, 2014, 1:04:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/geometry_calib.m
r827 r837 52 52 % Edit the above text to modify the response to help geometry_calib 53 53 54 % Last Modified by GUIDE v2.5 11-Apr-2014 23:10:5754 % Last Modified by GUIDE v2.5 07-Dec-2014 15:50:44 55 55 56 56 % Begin initialization code - DO NOT edit … … 112 112 set(handles.Extrinsic,'Position',[1 Height-40-4-92-75 418 75])% rank 3 113 113 set(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 18030])% rank 5114 set(handles.CheckEnableMouse,'Position',[3 Height-362 208 30])% rank 5 115 115 set(handles.PLOT,'Position',[3 Height-394 120 30])% rank 6 116 116 set(handles.Copy,'Position',[151 Height-394 120 30])% rank 6 117 set(handles.C LEAR_PTS,'Position',[297 Height-394 120 30])% rank 6118 set(handles.Clear Line,'Position',[297 Height-364120 30])% rank 6119 set(handles.CoordLine,'Position',[ 177 Height-364 12030])% rank 6117 set(handles.ClearAll,'Position',[297 Height-394 120 30])% rank 6 118 set(handles.ClearPoint,'Position',[297 Height-362 120 30])% rank 6 119 set(handles.CoordLine,'Position',[211 Height-362 86 30])% rank 6 120 120 set(handles.phys_title,'Position',[38 Height-426 125 20])% rank 7 121 121 set(handles.CoordUnit,'Position',[151 Height-426 120 30])% rank 7 … … 772 772 773 773 % -------------------------------------------------------------------- 774 % --- Executes on button press in C LEAR_PTS: clear the list of calibration points775 function C LEAR_PTS_Callback(hObject, eventdata, handles)774 % --- Executes on button press in ClearAll: clear the list of calibration points 775 function ClearAll_Callback(hObject, eventdata, handles) 776 776 % -------------------------------------------------------------------- 777 777 set(handles.ListCoord,'Data',[]) … … 1399 1399 1400 1400 %------------------------------------------------------------------------ 1401 % --- Executes on button press in Clear Line: remove the selected line in the table Coord1402 %------------------------------------------------------------------------ 1403 function Clear Line_Callback(hObject, eventdata, handles)1401 % --- Executes on button press in ClearPoint: remove the selected line in the table Coord 1402 %------------------------------------------------------------------------ 1403 function ClearPoint_Callback(hObject, eventdata, handles) 1404 1404 1405 1405 Coord=get(handles.ListCoord,'Data'); … … 1418 1418 end 1419 1419 end 1420
Note: See TracChangeset
for help on using the changeset viewer.