Ignore:
Timestamp:
Dec 12, 2013, 3:58:02 PM (11 years ago)
Author:
sommeria
Message:

mouse indication improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r698 r699  
    978978set(handles.APPLY,'BackgroundColor',[1 0 1])
    979979
    980 figure(10)
    981 hold off
    982 imagesc(Amod)
    983 hold on
    984 plot(Tmod(:,1),Tmod(:,2),'+')
     980% figure(10)
     981% hold off
     982% imagesc(Amod)
     983% hold on
     984% plot(Tmod(:,1),Tmod(:,2),'+')
    985985
    986986
     
    12381238hh=findobj('Tag','calib_points');
    12391239if  ~isempty(Coord) && isempty(hh)
    1240     hh=line(Coord_plot(:,1),Coord_plot(:,2),'Color','m','Tag','calib_points','LineStyle','.','Marker','+');
     1240    hh=line(Coord_plot(:,1),Coord_plot(:,2),'Color','m','Tag','calib_points','LineStyle','.','Marker','+','MarkerSize',10);
    12411241elseif isempty(Coord)%empty list of points, suppress the plot
    12421242    delete(hh)
Note: See TracChangeset for help on using the changeset viewer.