Loading [MathJax]/jax/output/NativeMML/config.js
 |
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef KaguyaMiCameraDistortionMap_h
2 #define KaguyaMiCameraDistortionMap_h
49 double m_distCoefX[4], m_distCoefY[4];
50 double m_boreX, m_boreY;
double p_focalPlaneX
Distorted focal plane x.
Definition: CameraDistortionMap.h:65
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
Definition: KaguyaMiCameraDistortionMap.cpp:110
double p_undistortedFocalPlaneY
Undistorted focal plane y.
Definition: CameraDistortionMap.h:68
double p_undistortedFocalPlaneX
Undistorted focal plane x.
Definition: CameraDistortionMap.h:67
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
Definition: KaguyaMiCameraDistortionMap.cpp:68
Distort/undistort focal plane coordinates.
Definition: KaguyaMiCameraDistortionMap.h:36
Camera * p_camera
The camera to distort/undistort.
Definition: CameraDistortionMap.h:63
Distort/undistort focal plane coordinates.
Definition: CameraDistortionMap.h:41
void SetDistortion(const int naifIkCode)
Definition: KaguyaMiCameraDistortionMap.cpp:39
Namespace for the standard library.
double PixelPitch() const
Returns the pixel pitch.
Definition: Camera.cpp:2742
SpiceDouble getDouble(const QString &key, int index=0)
This returns a value from the NAIF text pool.
Definition: Spice.cpp:1039
virtual ~KaguyaMiCameraDistortionMap()
Destroys the KaguyaMiCameraDistortionMap object.
Definition: KaguyaMiCameraDistortionMap.h:41
double p_focalPlaneY
Distorted focal plane y.
Definition: CameraDistortionMap.h:66
KaguyaMiCameraDistortionMap(Camera *parent)
Camera distortion map constructor.
Definition: KaguyaMiCameraDistortionMap.cpp:33
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16