Path: Imaging/Optics
% Computes the measured radius from the true radius
Type OpticalRadialDistortion for a demo.
--------------------------------------------------------------------------
Form:
rM = OpticalRadialDistortion( rT, k, tol )
--------------------------------------------------------------------------
------
Inputs
------
rT (1,1) True radius
k (1,2) Distortion coefficients
tol (1,1) Tolerance for solver. A fraction of rT.
-------
Outputs
-------
rM (1,1) Measured radius
--------------------------------------------------------------------------
References: Trucco, E. and Verri, A., "Introductory Techniques for 3-D
Computer Vision," Prentice-Hall, 1998, p. 37.
--------------------------------------------------------------------------
Back to the Imaging Module page