Isis 3.0 Programmer Reference
Back | Home
DawnFcDistortionMap.h
1 #ifndef DawnFcDistortionMap_h
2 #define DawnFcDistortionMap_h
3 
4 #include "CameraDistortionMap.h"
5 #include "Camera.h"
6 
7 namespace Isis {
14  public:
15  DawnFcDistortionMap(Camera *parent, double k1, double zDirection = 1.0);
16  ~DawnFcDistortionMap() {};
17 
18  bool SetFocalPlane(const double ux, const double uy);
19  bool SetUndistortedFocalPlane(const double dx, const double dy);
20 
21  private:
22  double p_k1;
23  };
24 };
25 #endif
bool SetFocalPlane(const double ux, const double uy)
Compute undistorted focal plane x/y.
bool SetUndistortedFocalPlane(const double dx, const double dy)
Compute distorted focal plane x/y.
Distort/undistort focal plane coordinates.

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:17:26