- Timestamp:
- Apr 22, 2015, 4:39:29 PM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/geometry_calib.m
r856 r891 52 52 % Edit the above text to modify the response to help geometry_calib 53 53 54 % Last Modified by GUIDE v2.5 07-Dec-2014 15:50:4454 % Last Modified by GUIDE v2.5 16-Apr-2015 17:29:02 55 55 56 56 % Begin initialization code - DO NOT edit … … 1018 1018 1019 1019 % -------------------------------------------------------------------- 1020 function MenuFlip_x_Callback(hObject, eventdata, handles) 1021 Coord=get(handles.ListCoord,'Data'); 1022 Coord(:,1)=-Coord(:,1); 1023 set(handles.ListCoord,'Data',Coord) 1024 1025 % -------------------------------------------------------------------- 1026 function MenuFlip_y_Callback(hObject, eventdata, handles) 1027 Coord=get(handles.ListCoord,'Data'); 1028 Coord(:,2)=-Coord(:,2); 1029 set(handles.ListCoord,'Data',Coord) 1030 1031 % -------------------------------------------------------------------- 1020 1032 function MenuImportPoints_Callback(hObject, eventdata, handles) 1021 1033 fileinput=browse_xml(hObject, eventdata, handles); … … 1395 1407 end 1396 1408 end 1409 1410 1411
Note: See TracChangeset
for help on using the changeset viewer.