An abstract base class for radial lens distortions. More...
#include "vpgl_lens_distortion.h"#include <vgl/vgl_point_2d.h>#include <vgl/vgl_vector_2d.h>#include <vgl/vgl_homg_point_2d.h>Go to the source code of this file.
Classes | |
| class | vpgl_radial_distortion< T > |
| A base class for radial lens distortions. More... | |
An abstract base class for radial lens distortions.
A radial lens distortion is a 2D warping of the image plane that is radial symmetric about some center of distortion. It is assumed that the map is bijective, though a closed form solution for the inverse may not exist in general. A default iterative solver is implemented to solve this numerically.
Definition in file vpgl_radial_distortion.h.
1.8.15