Changeset 926 for trunk/src/geometry_calib.m
- Timestamp:
- Feb 18, 2016, 12:05:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/geometry_calib.m
r924 r926 1229 1229 hh=findobj('Tag','calib_points'); 1230 1230 if ~isempty(Coord) && isempty(hh) 1231 hh=line(Coord_plot(:,1),Coord_plot(:,2),'Color','m','Tag','calib_points','LineStyle',' .','Marker','+','MarkerSize',10);1231 hh=line(Coord_plot(:,1),Coord_plot(:,2),'Color','m','Tag','calib_points','LineStyle','none','Marker','+','MarkerSize',10); 1232 1232 elseif isempty(Coord)%empty list of points, suppress the plot 1233 1233 delete(hh)
Note: See TracChangeset
for help on using the changeset viewer.