File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Developer Reference
LroNarrowAngleDistortionMap.h
Go to the documentation of this file.
1 #ifndef LroNarrowAngleDistortionMap_h
2 #define LroNarrowAngleDistortionMap_h
3 
23 #include <vector>
24 #include "CameraDistortionMap.h"
25 
26 namespace Isis {
27 
54  public:
56 
59 
60  void SetDistortion(const int naifIkCode);
61 
62  virtual bool SetFocalPlane(const double dx, const double dy);
63 
64  virtual bool SetUndistortedFocalPlane(const double ux, const double uy);
65 
66  };
67 };
68 #endif
void SetDistortion(const int naifIkCode)
Definition: LroNarrowAngleDistortionMap.cpp:44
Distort/undistort focal plane coordinates.
Definition: LroNarrowAngleDistortionMap.h:53
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
Definition: LroNarrowAngleDistortionMap.cpp:87
Definition: Camera.h:249
virtual ~LroNarrowAngleDistortionMap()
Destroys the LroNarrowAngleDistortionMap object.
Definition: LroNarrowAngleDistortionMap.h:58
Distort/undistort focal plane coordinates.
Definition: CameraDistortionMap.h:57
LroNarrowAngleDistortionMap(Camera *parent)
Camera distortion map constructor.
Definition: LroNarrowAngleDistortionMap.cpp:38
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
Definition: LroNarrowAngleDistortionMap.cpp:61

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:07