A class for polynomial radial lens distortions. More...
#include <vector>#include "vpgl_radial_distortion.h"#include <vgl/vgl_point_2d.h>#include <cassert>Go to the source code of this file.
Classes | |
| class | vpgl_poly_radial_distortion< T, n > |
| A class for nth order polynomial radial lens distortion. More... | |
A class for polynomial 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
Definition in file vpgl_poly_radial_distortion.h.
1.8.15