Ignore:
Timestamp:
08/08/08 14:31:53 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/square2quadrilateral.pro

    r371 r372  
    44; warm (or map) a unit square onto an arbitrary quadrilateral 
    55; according to the 4-point correspondences: 
    6 ;       (0,0) -> (x0,y0) 
    7 ;       (1,0) -> (x1,y1) 
    8 ;       (1,1) -> (x2,y2) 
    9 ;       (0,1) -> (x3,y3) 
     6;  - (0,0) -> (x0,y0) 
     7;  - (1,0) -> (x1,y1) 
     8;  - (1,1) -> (x2,y2) 
     9;  - (0,1) -> (x3,y3) 
     10; 
    1011; The mapping is done using perspective transformation which preserve 
    1112; lines in all orientations and permit quadrilateral to quadrilateral 
     
    5960; 
    6061; @history 
    61 ;      Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    62 ;      August 2003 
    63 ;      Based on "Digital Image Warping" by G. Wolberg 
    64 ;      IEEE Computer Society Press, Los Alamitos, California 
    65 ;      Chapter 3, see p 52-56 
    66 ; 
     62; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     63;  - August 2003 
     64;    Based on "Digital Image Warping" by G. Wolberg 
     65;    IEEE Computer Society Press, Los Alamitos, California 
     66;    Chapter 3, see p 52-56 
    6767; 
    6868; @version 
Note: See TracChangeset for help on using the changeset viewer.