Changeset 541 for trunk/src/geometry_calib.m
- Timestamp:
- Sep 14, 2012, 9:06:04 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/geometry_calib.m
r517 r541 139 139 if ~isempty(huvmat) 140 140 handles=guidata(huvmat); 141 hobject=findobj(handles. axes3,'tag','calib_points');141 hobject=findobj(handles.PlotAxes,'tag','calib_points'); 142 142 if ~isempty(hobject) 143 143 delete(hobject) 144 144 end 145 hobject=findobj(handles. axes3,'tag','calib_marker');145 hobject=findobj(handles.PlotAxes,'tag','calib_marker'); 146 146 if ~isempty(hobject) 147 147 delete(hobject) … … 287 287 288 288 %display image with new calibration in the currently opened uvmat interface 289 hhh=findobj(hhuvmat. axes3,'Tag','calib_marker');% delete calib points and markers289 hhh=findobj(hhuvmat.PlotAxes,'Tag','calib_marker');% delete calib points and markers 290 290 if ~isempty(hhh) 291 291 delete(hhh); 292 292 end 293 hhh=findobj(hhuvmat. axes3,'Tag','calib_points');293 hhh=findobj(hhuvmat.PlotAxes,'Tag','calib_points'); 294 294 if ~isempty(hhh) 295 295 delete(hhh); … … 998 998 end 999 999 end 1000 %axes(hhuvmat.axes3) 1000 1001 1001 set(0,'CurrentFigure',huvmat) 1002 1002 set(huvmat,'CurrentAxes',hhuvmat.PlotAxes)
Note: See TracChangeset
for help on using the changeset viewer.