#include <vpgl_lens_distortion.h>
Inheritance diagram for vpgl_lens_distortion< T >:

Definition at line 23 of file vpgl_lens_distortion.h.
Public Member Functions | |
| virtual | ~vpgl_lens_distortion () |
| virtual vgl_homg_point_2d< T > | distort (const vgl_homg_point_2d< T > &point) const =0 |
| Distort a projected point on the image plane. | |
| virtual vgl_homg_point_2d< T > | undistort (const vgl_homg_point_2d< T > &point, const vgl_homg_point_2d< T > *init=0) const |
| Return the original point that was distorted to this location (inverse of distort). | |
| virtual void | set_translation (const vgl_vector_2d< T > &offset, bool after=true)=0 |
| Set a translation to apply before of after distortion. | |
|
|||||||||
|
Definition at line 27 of file vpgl_lens_distortion.h. |
|
||||||||||
|
Distort a projected point on the image plane.
Implemented in vpgl_radial_distortion< T >. |
|
||||||||||||||||
|
Set a translation to apply before of after distortion. This is needed when distorting an image to translate the resulting image such that all points have positive indices Implemented in vpgl_radial_distortion< T >. |
|
||||||||||||||||
|
Return the original point that was distorted to this location (inverse of distort).
Reimplemented in vpgl_radial_distortion< T >. Definition at line 17 of file vpgl_lens_distortion.txx. |
1.4.4