Classes
vpgl_radial_distortion.h File Reference

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...
 

Detailed Description

An abstract base class for radial lens distortions.

Author
Matt Leotta
Date
August 19, 2005

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.