File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
MocWideAngleDistortionMap.h
Go to the documentation of this file.
1 #ifndef MocWideAngleDistortionMap_h
2 #define MocWideAngleDistortionMap_h
3 
24 #include <vector>
25 #include "CameraDistortionMap.h"
26 
27 namespace Isis {
46  public:
47  MocWideAngleDistortionMap(Camera *parent, bool red);
48 
49  virtual bool SetFocalPlane(const double dx, const double dy);
50 
51  virtual bool SetUndistortedFocalPlane(const double ux, const double uy);
52 
53  private:
54  std::vector<double> p_coefs;
55  std::vector<double> p_icoefs;
56  double p_scale;
57  int p_numCoefs;
58  };
59 };
60 #endif
MocWideAngleDistortionMap(Camera *parent, bool red)
Constructor for MocWideAngleDistortionMap class.
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
Distort/undistort focal plane coordinates.
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:25:20