1 #ifndef LoHighDistortionMap_h 2 #define LoHighDistortionMap_h Distort/undistort focal plane coordinates.
void SetDistortion(const int naifIkCode)
Load LO High Resolution Camera perspective & distortion coefficients.
std::vector< double > p_icoefs
Distortion coefficients.
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y for Lo High Resolution Camera.
double p_y0
Center of distortion on y axis.
double p_yPerspective
Perspective correction factor in y.
Distort/undistort focal plane coordinates.
LoHighDistortionMap(Camera *parent)
Constructor for LunarOrbiterHighDistortionMap class.
double p_x0
Center of distortion on x axis.
Namespace for ISIS/Bullet specific routines.
std::vector< double > p_coefs
Distortion coefficients.
double p_xPerspective
Perspective correction factor in x.
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y for Lo High Resolution Camera.