Ignore:
Timestamp:
Feb 17, 2017, 12:17:59 PM (7 years ago)
Author:
g7moreau
Message:
  • Remove tab and end of line space
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/toolbox_calib/normalize_pixel.m

    r926 r999  
    4141
    4242if norm(kc) ~= 0,
    43         % Third: Compensate for lens distortion:
    44         xn = comp_distortion_oulu(x_distort,kc);
     43    % Third: Compensate for lens distortion:
     44    xn = comp_distortion_oulu(x_distort,kc);
    4545else
    4646   xn = x_distort;
Note: See TracChangeset for help on using the changeset viewer.