Isis 3.0 Programmer Reference
Back | Home
ApolloMetricDistortionMap.h
Go to the documentation of this file.
1 #ifndef ApolloMetricDistortionMap_h
2 #define ApolloMetricDistortionMap_h
3 
21 #include "CameraDistortionMap.h"
22 #include "Camera.h"
23 
24 namespace Isis {
37  public:
38  ApolloMetricDistortionMap(Camera *parent, double xp, double yp,
39  double k1, double k2, double k3, double j1,
40  double j2, double t0);
43  bool SetFocalPlane(const double dx, const double dy);
44  bool SetUndistortedFocalPlane(const double ux, const double uy);
45  private:
46  // parameters below are from camera calibration report
47  double p_xp;
48  double p_yp;
49  double p_k1;
50  double p_k2;
51  double p_k3;
52  double p_j1;
53  double p_j2;
54  double p_t0;
57  };
58 };
59 #endif
double p_k2
Second coefficient of radial distortion.
Apollo Metric Distortion Map.
ApolloMetricDistortionMap(Camera *parent, double xp, double yp, double k1, double k2, double k3, double j1, double j2, double t0)
Constructs a Distortion Map object for the Apollo Metric Camera.
double p_j2
Second coefficient of decentering distortion.
bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
double p_k3
Third coefficient of radial distortion.
~ApolloMetricDistortionMap()
Destroys ApolloMetricDistortionMap object.
Distort/undistort focal plane coordinates.
double p_yp
Principal point y-coordinate.
double p_k1
First coefficient of radial distortion.
double p_j1
First coefficient of decentering distortion.
bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
double p_t0
Angle between positive x-axis of image and vector to imaged point.
double p_xp
Principal point x-coordinate.

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:14:19