Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
KaguyaTcCameraDistortionMap.h
Go to the documentation of this file.
1 
23 #ifndef KaguyaTcCameraDistortionMap_h
24 #define KaguyaTcCameraDistortionMap_h
25 
26 #include "CameraDistortionMap.h"
27 
28 namespace Isis {
45  public:
46  KaguyaTcCameraDistortionMap(Camera *parent, int naifIkCode);
47 
49 
50  virtual bool SetFocalPlane(double dx, double dy);
51 
52  virtual bool SetUndistortedFocalPlane(double ux, double uy);
53 
54  protected:
55  std::vector<double> p_odkx;
56  std::vector<double> p_odky;
57  };
58 };
59 #endif
std::vector< double > p_odkx
distortion x coefficients
KaguyaTcCameraDistortionMap(Camera *parent, int naifIkCode)
Kaguya TC Camera distortion map constructor.
Distort/undistort focal plane coordinates for Kaguya&#39;s TC cameras.
Distort/undistort focal plane coordinates.
std::vector< double > p_odky
distortion y coefficients
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
virtual bool SetFocalPlane(double dx, double dy)
Compute undistorted focal plane x/y.
virtual bool SetUndistortedFocalPlane(double ux, double uy)
Compute distorted focal plane x/y.

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:23:01