gz/rendering/base/BaseDistortionPass.hh
Go to the documentation of this file.
Base distortion render pass.
Definition: gz/rendering/base/BaseDistortionPass.hh:36
void SetP2(double _p2)
Set the tangential distortion coefficient p2.
Definition: gz/rendering/base/BaseDistortionPass.hh:184
void SetK3(double _k3)
Set the radial distortion coefficient k3.
Definition: gz/rendering/base/BaseDistortionPass.hh:170
void SetP1(double _p1)
Set the tangential distortion coefficient p1.
Definition: gz/rendering/base/BaseDistortionPass.hh:177
virtual ~BaseDistortionPass()
Destructor.
Definition: gz/rendering/base/BaseDistortionPass.hh:108
void SetCenter(const math::Vector2d &_center)
Set the distortion center.
Definition: gz/rendering/base/BaseDistortionPass.hh:191
double K2() const
Get the radial distortion coefficient k2.
Definition: gz/rendering/base/BaseDistortionPass.hh:121
BaseDistortionPass()
Constructor.
Definition: gz/rendering/base/BaseDistortionPass.hh:102
double P1() const
Get the tangential distortion coefficient p1.
Definition: gz/rendering/base/BaseDistortionPass.hh:135
void SetK2(double _k2)
Set the radial distortion coefficient k2.
Definition: gz/rendering/base/BaseDistortionPass.hh:163
double K1() const
Get the radial distortion coefficient k1.
Definition: gz/rendering/base/BaseDistortionPass.hh:114
void SetK1(double _k1)
Set the radial distortion coefficient k1.
Definition: gz/rendering/base/BaseDistortionPass.hh:156
math::Vector2d Center() const
Get the distortion center.
Definition: gz/rendering/base/BaseDistortionPass.hh:149
double K3() const
Get the radial distortion coefficient k3.
Definition: gz/rendering/base/BaseDistortionPass.hh:128
double P2() const
Get the tangential distortion coefficient p2.
Definition: gz/rendering/base/BaseDistortionPass.hh:142
A render pass that applies distortion to the render target.
Definition: gz/rendering/DistortionPass.hh:39