Changeset 591 for trunk/src/geometry_calib.m
- Timestamp:
- Mar 25, 2013, 5:43:18 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/geometry_calib.m
r569 r591 818 818 set(handles.XImage,'String',coord_str(k(3)+3:k(4)-1)) 819 819 set(handles.YImage,'String',coord_str(k(4)+3:end)) 820 h_menu_coord=findobj(huvmat,'Tag',' transform_fct');820 h_menu_coord=findobj(huvmat,'Tag','TransformName'); 821 821 menu=get(h_menu_coord,'String'); 822 822 choice=get(h_menu_coord,'Value'); … … 914 914 hhuvmat=guidata(huvmat); %handles of GUI elements in uvmat 915 915 %hplot=findobj(huvmat,'Tag','axes3');%main plotting axis of uvmat 916 h_menu_coord=findobj(huvmat,'Tag',' transform_fct');916 h_menu_coord=findobj(huvmat,'Tag','TransformName'); 917 917 menu=get(h_menu_coord,'String'); 918 918 choice=get(h_menu_coord,'Value');
Note: See TracChangeset
for help on using the changeset viewer.