|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef LoHighDistortionMap_h
2 #define LoHighDistortionMap_h
62 double p_xPerspective;
63 double p_yPerspective;
66 std::vector<double> p_coefs;
67 std::vector<double> p_icoefs;
virtual void SetDistortion(int naifIkCode)
Load distortion coefficients.
Definition: CameraDistortionMap.cpp:58
Distort/undistort focal plane coordinates.
Definition: LoHighDistortionMap.h:52
double p_focalPlaneX
Distorted focal plane x.
Definition: CameraDistortionMap.h:65
double p_undistortedFocalPlaneY
Undistorted focal plane y.
Definition: CameraDistortionMap.h:68
double p_undistortedFocalPlaneX
Undistorted focal plane x.
Definition: CameraDistortionMap.h:67
LoHighDistortionMap(Camera *parent)
Constructor for LunarOrbiterHighDistortionMap class.
Definition: LoHighDistortionMap.cpp:27
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y for Lo High Resolution Camera.
Definition: LoHighDistortionMap.cpp:113
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
Camera * p_camera
The camera to distort/undistort.
Definition: CameraDistortionMap.h:63
Distort/undistort focal plane coordinates.
Definition: CameraDistortionMap.h:41
Namespace for the standard library.
const double E
Sets some basic constants for use in ISIS programming.
Definition: Constants.h:39
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y for Lo High Resolution Camera.
Definition: LoHighDistortionMap.cpp:163
void SetDistortion(const int naifIkCode)
Load LO High Resolution Camera perspective & distortion coefficients.
Definition: LoHighDistortionMap.cpp:84
std::vector< double > p_odk
Vector of distortion coefficients.
Definition: CameraDistortionMap.h:71
double p_focalPlaneY
Distorted focal plane y.
Definition: CameraDistortionMap.h:66
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16