1 #ifndef LoHighDistortionMap_h 2 #define LoHighDistortionMap_h 73 double p_xPerspective;
74 double p_yPerspective;
77 std::vector<double> p_coefs;
78 std::vector<double> p_icoefs;
Distort/undistort focal plane coordinates.
Definition: LoHighDistortionMap.h:63
void SetDistortion(const int naifIkCode)
Load LO High Resolution Camera perspective & distortion coefficients.
Definition: LoHighDistortionMap.cpp:95
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y for Lo High Resolution Camera.
Definition: LoHighDistortionMap.cpp:174
Distort/undistort focal plane coordinates.
Definition: CameraDistortionMap.h:57
LoHighDistortionMap(Camera *parent)
Constructor for LunarOrbiterHighDistortionMap class.
Definition: LoHighDistortionMap.cpp:38
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y for Lo High Resolution Camera.
Definition: LoHighDistortionMap.cpp:124