Isis 3.0 Programmer Reference
Back | Home
LoMediumDistortionMap.h
Go to the documentation of this file.
1 #ifndef LoMediumDistortionMap_h
2 #define LoMediumDistortionMap_h
3 
23 #include <vector>
24 #include "CameraDistortionMap.h"
25 
26 namespace Isis {
74  public:
76 
77  void SetDistortion(const int naifIkCode);
78  virtual bool SetFocalPlane(const double dx, const double dy);
79 
80  virtual bool SetUndistortedFocalPlane(const double ux, const double uy);
81 
82  private:
83  double p_sample0;
84  double p_line0;
85  std::vector<double> p_coefs;
86  std::vector<double> p_icoefs;
87  };
88 };
89 #endif
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y for Lo Medium Resolution Camera.
std::vector< double > p_icoefs
Distortion coeficients.
Distort/undistort focal plane coordinates.
Distort/undistort focal plane coordinates.
double p_sample0
Center of distortion on sample axis.
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y for Lo Medium Resolution Camera.
void SetDistortion(const int naifIkCode)
Load LO Medium Resolution Camera perspective &amp; distortion coefficients.
LoMediumDistortionMap(Camera *parent)
Constructor for LunarOrbiterMediumDistortionMap class.
std::vector< double > p_coefs
Distortion coeficients.
double p_line0
Center of distortion on line axis.

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 ISIS Support Center
File Modified: 07/12/2023 23:22:30