23 #ifndef CameraDistortionMap_h 24 #define CameraDistortionMap_h double p_focalPlaneX
Distorted focal plane x.
double UndistortedFocalPlaneZ() const
Gets the z-value in the undistorted focal plane coordinate system.
double ZDirection() const
Gets the z-direction for this camera.
CameraDistortionMap(Camera *parent, double zDirection=1.0)
Camera distortion map constructor.
virtual void SetDistortion(int naifIkCode)
Load distortion coefficients.
std::vector< double > OpticalDistortionCoefficients() const
Retrieve the distortion coefficients used for this model.
double p_undistortedFocalPlaneX
Undistorted focal plane x.
Camera * p_camera
The camera to distort/undistort.
double FocalPlaneY() const
Gets the y-value in the focal plane coordinate system.
virtual bool SetUndistortedFocalPlane(double ux, double uy)
Compute distorted focal plane x/y.
virtual bool SetFocalPlane(double dx, double dy)
Compute undistorted focal plane x/y.
Distort/undistort focal plane coordinates.
virtual ~CameraDistortionMap()
Destructor for the ISIS3 default camera distortion map.
double p_focalPlaneY
Distorted focal plane y.
double p_undistortedFocalPlaneY
Undistorted focal plane y.
double p_zDirection
Undistorted focal plane z.
Namespace for ISIS/Bullet specific routines.
std::vector< double > p_odk
Vector of distortion coefficients.
double UndistortedFocalPlaneY() const
Gets the y-value in the undistorted focal plane coordinate system.
double UndistortedFocalPlaneX() const
Gets the x-value in the undistorted focal plane coordinate system.
double FocalPlaneX() const
Gets the x-value in the focal plane coordinate system.