Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
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.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31

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/12/2023 23:18:22