Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Developer Reference
Hyb2OncDistortionMap.h
Go to the documentation of this file.
1 
23 #ifndef Hyb2OncDistortionMap_h
24 #define Hyb2OncDistortionMap_h
25 
26 #include "CameraDistortionMap.h"
27 
28 namespace Isis {
45  public:
46  Hyb2OncDistortionMap(Camera *parent, double zDirection = 1.0);
47 
48  virtual ~Hyb2OncDistortionMap();
49 
50  virtual bool SetFocalPlane(double dx, double dy);
51 
52  virtual bool SetUndistortedFocalPlane(double ux, double uy);
53  };
54 };
55 #endif
virtual bool SetUndistortedFocalPlane(double ux, double uy)
Compute distorted focal plane x/y.
Definition: Hyb2OncDistortionMap.cpp:123
virtual ~Hyb2OncDistortionMap()
Destructor.
Definition: Hyb2OncDistortionMap.cpp:53
Definition: Camera.h:249
virtual bool SetFocalPlane(double dx, double dy)
Compute undistorted focal plane x/y.
Definition: Hyb2OncDistortionMap.cpp:74
Hyb2OncDistortionMap(Camera *parent, double zDirection=1.0)
Hayabusa 2 ONC Camera distortion map constructor.
Definition: Hyb2OncDistortionMap.cpp:45
Distort/undistort focal plane coordinates.
Definition: CameraDistortionMap.h:57
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Distort/undistort focal plane coordinates for Hayabusa 2's ONC cameras.
Definition: Hyb2OncDistortionMap.h:44

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:20:25