17 #ifndef _GAZEBO_RENDERING_DISTORTION_PRIVATE_HH_
18 #define _GAZEBO_RENDERING_DISTORTION_PRIVATE_HH_
boost::shared_ptr< Connection > ConnectionPtr
Definition: CommonTypes.hh:147
double k3
Radial distortion coefficient k3.
Definition: DistortionPrivate.hh:38
Generic double x, y vector.
Definition: Vector2d.hh:36
bool distortionCrop
True if the distorted image will be cropped to remove the black pixels at the corners of the image...
Definition: DistortionPrivate.hh:54
double k2
Radial distortion coefficient k2.
Definition: DistortionPrivate.hh:35
Ogre::CompositorInstance * lensDistortionInstance
Lens distortion compositor.
Definition: DistortionPrivate.hh:57
event::ConnectionPtr preRenderConnection
Connection for the pre render event.
Definition: DistortionPrivate.hh:60
std::vector< math::Vector2d > distortionMap
Mapping of distorted to undistorted normalized pixels.
Definition: DistortionPrivate.hh:63
double p1
Tangential distortion coefficient p1.
Definition: DistortionPrivate.hh:41
Private data for the Distortion class.
Definition: DistortionPrivate.hh:29
double p2
Tangential distortion coefficient p2.
Definition: DistortionPrivate.hh:44
math::Vector2d lensCenter
Lens center used for distortion.
Definition: DistortionPrivate.hh:47
math::Vector2d distortionScale
Scale applied to distorted image.
Definition: DistortionPrivate.hh:50
double k1
Radial distortion coefficient k1.
Definition: DistortionPrivate.hh:32