Changeset 698


Ignore:
Timestamp:
Nov 7, 2013, 8:51:33 PM (10 years ago)
Author:
sommeria
Message:

geomtry_calib corrected (image inversion)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r697 r698  
    845845    return
    846846end
    847 corners_X=(Coord(end:-1:end-3,4)); %pixel absissa of the four corners
    848 corners_Y=(Coord(end:-1:end-3,5));
     847% corners_X=(Coord(end:-1:end-3,4)); %pixel absissa of the four corners
     848% corners_Y=(Coord(end:-1:end-3,5));
     849corners_X=(Coord(:,4)); %pixel absissa of the four corners
     850corners_Y=(Coord(:,5));
    849851
    850852%%%%%%
     
    976978set(handles.APPLY,'BackgroundColor',[1 0 1])
    977979
    978 % figure(10)
    979 % hold off
    980 % imagesc(Rangx,Rangy,Amod)
    981 % hold on
    982 % plot(Tmod(:,1),Tmod(:,2),'+')
     980figure(10)
     981hold off
     982imagesc(Amod)
     983hold on
     984plot(Tmod(:,1),Tmod(:,2),'+')
    983985
    984986
Note: See TracChangeset for help on using the changeset viewer.