gz/rendering/base/BaseDistortionPass.hh
void SetP2(double _p2)
Set the tangential distortion coefficient p2.
Definition: gz/rendering/base/BaseDistortionPass.hh:184
double P2() const
Get the tangential distortion coefficient p2.
Definition: gz/rendering/base/BaseDistortionPass.hh:142
double K1() const
Get the radial distortion coefficient k1.
Definition: gz/rendering/base/BaseDistortionPass.hh:114
double k1
Radial distortion coefficient k1.
Definition: gz/rendering/base/BaseDistortionPass.hh:80
double k3
Radial distortion coefficient k3.
Definition: gz/rendering/base/BaseDistortionPass.hh:86
void SetK2(double _k2)
Set the radial distortion coefficient k2.
Definition: gz/rendering/base/BaseDistortionPass.hh:163
BaseDistortionPass()
Constructor.
Definition: gz/rendering/base/BaseDistortionPass.hh:102
double p1
Tangential distortion coefficient p1.
Definition: gz/rendering/base/BaseDistortionPass.hh:89
math::Vector2d lensCenter
Lens center used for distortion.
Definition: gz/rendering/base/BaseDistortionPass.hh:95
double K2() const
Get the radial distortion coefficient k2.
Definition: gz/rendering/base/BaseDistortionPass.hh:121
virtual ~BaseDistortionPass()
Destructor.
Definition: gz/rendering/base/BaseDistortionPass.hh:108
A render pass that applies distortion to the render target.
Definition: gz/rendering/DistortionPass.hh:37
double k2
Radial distortion coefficient k2.
Definition: gz/rendering/base/BaseDistortionPass.hh:83
void SetP1(double _p1)
Set the tangential distortion coefficient p1.
Definition: gz/rendering/base/BaseDistortionPass.hh:177
void SetK1(double _k1)
Set the radial distortion coefficient k1.
Definition: gz/rendering/base/BaseDistortionPass.hh:156
Base distortion render pass.
Definition: gz/rendering/base/BaseDistortionPass.hh:33
math::Vector2d Center() const
Get the distortion center.
Definition: gz/rendering/base/BaseDistortionPass.hh:149
double P1() const
Get the tangential distortion coefficient p1.
Definition: gz/rendering/base/BaseDistortionPass.hh:135
double K3() const
Get the radial distortion coefficient k3.
Definition: gz/rendering/base/BaseDistortionPass.hh:128
void SetK3(double _k3)
Set the radial distortion coefficient k3.
Definition: gz/rendering/base/BaseDistortionPass.hh:170
void SetCenter(const math::Vector2d &_center)
Set the distortion center.
Definition: gz/rendering/base/BaseDistortionPass.hh:191
double p2
Tangential distortion coefficient p2.
Definition: gz/rendering/base/BaseDistortionPass.hh:92