File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
MarciDistortionMap.h
Go to the documentation of this file.
1 #ifndef MarciDistortionMap_h
2 #define MarciDistortionMap_h
3 
26 #include <vector>
27 #include "CameraDistortionMap.h"
28 
29 namespace Isis {
49  public:
50  MarciDistortionMap(Camera *parent, int naifIkCode);
51 
53  virtual ~MarciDistortionMap() {};
54 
55  virtual bool SetFocalPlane(const double dx, const double dy);
56 
57  virtual bool SetUndistortedFocalPlane(const double ux, const double uy);
58 
59  void SetFilter(int filter) {
60  p_filter = filter;
61  }
62 
63  private:
64  double GuessDx(double uX);
65  int p_filter;
66  };
67 };
68 #endif
Distort/undistort focal plane coordinates.
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
virtual ~MarciDistortionMap()
Destructor.
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
Distort/undistort focal plane coordinates.
MarciDistortionMap(Camera *parent, int naifIkCode)
Camera distortion map constructor.
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:24:26