Classes
contrib/gel/mrc/vpgl/vpgl_lens_distortion.h File Reference

An abstract base class for all lens distortions. More...

#include <vgl/vgl_fwd.h>

Go to the source code of this file.

Classes

class  vpgl_lens_distortion< T >
 forward declare vgl_homg_point_2d<T> and vgl_vector_2d<T>. More...

Detailed Description

An abstract base class for all lens distortions.

Author:
Matt Leotta
Date:
August 19, 2005

A lens distortion is a 2D warping of the image plane to account for lens effects not accounted for by the simple camera models. 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_lens_distortion.h.