|
Isis 3 Programmer Reference
|
1 #ifndef CameraDistortionMap_h
2 #define CameraDistortionMap_h
virtual void SetDistortion(int naifIkCode)
Load distortion coefficients.
double p_focalPlaneX
Distorted focal plane x.
std::vector< double > OpticalDistortionCoefficients() const
Retrieve the distortion coefficients used for this model.
double UndistortedFocalPlaneX() const
Gets the x-value in the undistorted focal plane coordinate system.
double p_undistortedFocalPlaneY
Undistorted focal plane y.
virtual bool SetUndistortedFocalPlane(double ux, double uy)
Compute distorted focal plane x/y.
double p_undistortedFocalPlaneX
Undistorted focal plane x.
double FocalPlaneX() const
Gets the x-value in the focal plane coordinate system.
double FocalPlaneY() const
Gets the y-value in the focal plane coordinate system.
double UndistortedFocalPlaneZ() const
Gets the z-value in the undistorted focal plane coordinate system.
CameraDistortionMap(Camera *parent, double zDirection=1.0)
Camera distortion map constructor.
Camera * p_camera
The camera to distort/undistort.
virtual ~CameraDistortionMap()
Destructor for the ISIS default camera distortion map.
double ZDirection() const
Gets the z-direction for this camera.
Distort/undistort focal plane coordinates.
virtual bool SetFocalPlane(double dx, double dy)
Compute undistorted focal plane x/y.
std::vector< double > p_odk
Vector of distortion coefficients.
double UndistortedFocalPlaneY() const
Gets the y-value in the undistorted focal plane coordinate system.
double p_focalPlaneY
Distorted focal plane y.
This is free and unencumbered software released into the public domain.
double p_zDirection
Undistorted focal plane z.