TuttleOFX  1
tuttle::plugin::lens::NormalLensDistortParams< F > Class Template Reference

#include <lensDistortProcessParams.hpp>

Inheritance diagram for tuttle::plugin::lens::NormalLensDistortParams< F >:
Collaboration diagram for tuttle::plugin::lens::NormalLensDistortParams< F >:

Public Types

typedef
CoordonatesSystemParams< F >
::Point2 
Point2

Public Member Functions

virtual ~NormalLensDistortParams ()
Point2 pixelToLensCenterNormalized (const Point2 &p) const
template<typename F2 >
Point2 pixelToLensCenterNormalized (const boost::gil::point2< F2 > &p) const
Point2 lensCenterNormalizedToPixel (const Point2 &pn) const

Data Fields

bool _distort
 true : distort, false : undistort
F _coef1
Point2 _lensCenterDst
 center of the lens ditortion in the dest image coordinates (in pixels)
Point2 _lensCenterSrc
 center of the lens ditortion in the source image coordinates (in pixels)
Point2 _postScale
Point2 _preScale

Detailed Description

template<typename F>
class tuttle::plugin::lens::NormalLensDistortParams< F >

Definition at line 97 of file lensDistortProcessParams.hpp.


Member Typedef Documentation


Constructor & Destructor Documentation

template<typename F>
virtual tuttle::plugin::lens::NormalLensDistortParams< F >::~NormalLensDistortParams ( ) [inline, virtual]

Definition at line 112 of file lensDistortProcessParams.hpp.


Member Function Documentation

template<typename F>
Point2 tuttle::plugin::lens::NormalLensDistortParams< F >::lensCenterNormalizedToPixel ( const Point2 pn) const [inline]

Definition at line 127 of file lensDistortProcessParams.hpp.

template<typename F>
Point2 tuttle::plugin::lens::NormalLensDistortParams< F >::pixelToLensCenterNormalized ( const Point2 p) const [inline]
template<typename F>
template<typename F2 >
Point2 tuttle::plugin::lens::NormalLensDistortParams< F >::pixelToLensCenterNormalized ( const boost::gil::point2< F2 > &  p) const [inline]

Definition at line 120 of file lensDistortProcessParams.hpp.


Field Documentation


The documentation for this class was generated from the following file: