gz/sensors/BrownDistortionModel.hh
Go to the documentation of this file.
Brown Distortion Model class.
Definition: gz/sensors/BrownDistortionModel.hh:43
virtual void Load(const sdf::Camera &_sdf) override
Load distortion parameters from sdf.
virtual ~BrownDistortionModel()
Destructor.
double K2() const
Get the radial distortion coefficient k2.
virtual void Print(std::ostream &_out) const override
Documentation inherited.
double P1() const
Get the tangential distortion coefficient p1.
double K1() const
Get the radial distortion coefficient k1.
math::Vector2d Center() const
Get the distortion center.
double K3() const
Get the radial distortion coefficient k3.
double P2() const
Get the tangential distortion coefficient p2.
Distortion models for sensor output signals.
Definition: gz/sensors/Distortion.hh:79
Definition: gz/sensors/AirPressureSensor.hh:32