petercorke / machinevision-toolbox-matlab

Machine Vision Toolbox for MATLAB
GNU Lesser General Public License v2.1
205 stars 97 forks source link

Bug fix and improvements in distortion use. #7

Closed carlosbeltran closed 8 years ago

carlosbeltran commented 8 years ago

Fixes bug in distortion. Homogeneous coordinates were used instead of euclian to compute pixel distances. Includes the computation of distortion when projecting rays. Includes a handy undistortion function to directly undistort pixel coordinates.