Ignore:
Timestamp:
Oct 29, 2013, 12:28:57 PM (11 years ago)
Author:
sommeria
Message:

bug repaired geometry_calib/Detect grid, + corrections in get_field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_motion.m

    r682 r693  
    418418                    Data=get(h_ListCoord,'Data');
    419419                    Data(:,6)=zeros(size(Data,1),1);
    420                     Data(index_point,6)=1;%mrk the point on the GUI geometry_calib
     420                    Data(index_point,6)=-1;%mrk the point on the GUI geometry_calib
    421421                    set(h_ListCoord,'Data',Data);
    422422                    hhh=findobj('Tag','calib_marker');%look for handle of point marker (circle)
Note: See TracChangeset for help on using the changeset viewer.