Loading [MathJax]/jax/output/NativeMML/config.js
Isis Developer Reference
KaguyaMiCameraDistortionMap.h
Go to the documentation of this file.
1 #ifndef KaguyaMiCameraDistortionMap_h
2 #define KaguyaMiCameraDistortionMap_h
3 
10 /* SPDX-License-Identifier: CC0-1.0 */
11 
12 #include <vector>
13 #include "CameraDistortionMap.h"
14 
15 namespace Isis {
16 
37  public:
39 
42 
43  void SetDistortion(const int naifIkCode);
44 
45  virtual bool SetFocalPlane(const double dx, const double dy);
46 
47  virtual bool SetUndistortedFocalPlane(const double ux, const double uy);
48  private:
49  double m_distCoefX[4], m_distCoefY[4];
50  double m_boreX, m_boreY;
51  int m_numDistCoef;
52  };
53 };
54 #endif
Isis::CameraDistortionMap::p_focalPlaneX
double p_focalPlaneX
Distorted focal plane x.
Definition: CameraDistortionMap.h:65
QList< double >
Isis::KaguyaMiCameraDistortionMap::SetUndistortedFocalPlane
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
Definition: KaguyaMiCameraDistortionMap.cpp:110
Isis::CameraDistortionMap::p_undistortedFocalPlaneY
double p_undistortedFocalPlaneY
Undistorted focal plane y.
Definition: CameraDistortionMap.h:68
Isis::CameraDistortionMap::p_undistortedFocalPlaneX
double p_undistortedFocalPlaneX
Undistorted focal plane x.
Definition: CameraDistortionMap.h:67
Isis::Camera
Definition: Camera.h:236
Isis::toString
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
IString.h
Isis::FunctionTools::realCubicRoots
static QList< double > realCubicRoots(double coeffCubicTerm, double coeffQuadTerm, double coeffLinearTerm, double coeffConstTerm)
Find the real roots of a cubic (1, 2, or 3) (see numerical recipies 3rd edtion page 227) Form: coeffC...
Definition: FunctionTools.h:106
Isis::KaguyaMiCameraDistortionMap::SetFocalPlane
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
Definition: KaguyaMiCameraDistortionMap.cpp:68
Isis::FunctionTools::realQuadraticRoots
static QList< double > realQuadraticRoots(double coeffQuadTerm, double coeffLinearTerm, double coeffConstTerm)
The correct way to find the real roots of a quadratic (0, 1, or 2) (according to numerical recipies 3...
Definition: FunctionTools.h:71
Isis::KaguyaMiCameraDistortionMap
Distort/undistort focal plane coordinates.
Definition: KaguyaMiCameraDistortionMap.h:36
Isis::CameraDistortionMap::p_camera
Camera * p_camera
The camera to distort/undistort.
Definition: CameraDistortionMap.h:63
CameraDistortionMap.h
Isis::CameraDistortionMap
Distort/undistort focal plane coordinates.
Definition: CameraDistortionMap.h:41
Isis::KaguyaMiCameraDistortionMap::SetDistortion
void SetDistortion(const int naifIkCode)
Definition: KaguyaMiCameraDistortionMap.cpp:39
KaguyaMiCameraDistortionMap.h
std
Namespace for the standard library.
Isis::Camera::PixelPitch
double PixelPitch() const
Returns the pixel pitch.
Definition: Camera.cpp:2742
Constants.h
Isis::Spice::getDouble
SpiceDouble getDouble(const QString &key, int index=0)
This returns a value from the NAIF text pool.
Definition: Spice.cpp:1039
Isis::KaguyaMiCameraDistortionMap::~KaguyaMiCameraDistortionMap
virtual ~KaguyaMiCameraDistortionMap()
Destroys the KaguyaMiCameraDistortionMap object.
Definition: KaguyaMiCameraDistortionMap.h:41
FunctionTools.h
Isis::CameraDistortionMap::p_focalPlaneY
double p_focalPlaneY
Distorted focal plane y.
Definition: CameraDistortionMap.h:66
Isis::KaguyaMiCameraDistortionMap::KaguyaMiCameraDistortionMap
KaguyaMiCameraDistortionMap(Camera *parent)
Camera distortion map constructor.
Definition: KaguyaMiCameraDistortionMap.cpp:33
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/13/2023 15:11:31