File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
LroNarrowAngleDistortionMap.h
Go to the documentation of this file.
1 #ifndef LroNarrowAngleDistortionMap_h
2 #define LroNarrowAngleDistortionMap_h
3 
10 /* SPDX-License-Identifier: CC0-1.0 */
11 
12 #include <vector>
13 #include "CameraDistortionMap.h"
14 
15 namespace Isis {
16 
43  public:
45 
48 
49  void SetDistortion(const int naifIkCode);
50 
51  virtual bool SetFocalPlane(const double dx, const double dy);
52 
53  virtual bool SetUndistortedFocalPlane(const double ux, const double uy);
54 
55  };
56 };
57 #endif
Isis::CameraDistortionMap::p_focalPlaneX
double p_focalPlaneX
Distorted focal plane x.
Definition: CameraDistortionMap.h:65
Isis::LroNarrowAngleDistortionMap::SetDistortion
void SetDistortion(const int naifIkCode)
Definition: LroNarrowAngleDistortionMap.cpp:33
Isis::CameraDistortionMap::p_undistortedFocalPlaneY
double p_undistortedFocalPlaneY
Undistorted focal plane y.
Definition: CameraDistortionMap.h:68
Isis::CameraDistortionMap::p_undistortedFocalPlaneX
double p_undistortedFocalPlaneX
Undistorted focal plane x.
Definition: CameraDistortionMap.h:67
Isis::LroNarrowAngleDistortionMap::SetUndistortedFocalPlane
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
Definition: LroNarrowAngleDistortionMap.cpp:76
Isis::Camera
Definition: Camera.h:236
Isis::LroNarrowAngleDistortionMap
Distort/undistort focal plane coordinates.
Definition: LroNarrowAngleDistortionMap.h:42
Isis::toString
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
IString.h
Isis::LroNarrowAngleDistortionMap::~LroNarrowAngleDistortionMap
virtual ~LroNarrowAngleDistortionMap()
Destroys the LroNarrowAngleDistortionMap object.
Definition: LroNarrowAngleDistortionMap.h:47
Isis::CameraDistortionMap::p_camera
Camera * p_camera
The camera to distort/undistort.
Definition: CameraDistortionMap.h:63
CameraDistortionMap.h
Isis::CameraDistortionMap
Distort/undistort focal plane coordinates.
Definition: CameraDistortionMap.h:41
Isis::LroNarrowAngleDistortionMap::LroNarrowAngleDistortionMap
LroNarrowAngleDistortionMap(Camera *parent)
Camera distortion map constructor.
Definition: LroNarrowAngleDistortionMap.cpp:27
Isis::Spice::getDouble
SpiceDouble getDouble(const QString &key, int index=0)
This returns a value from the NAIF text pool.
Definition: Spice.cpp:1039
Isis::LroNarrowAngleDistortionMap::SetFocalPlane
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
Definition: LroNarrowAngleDistortionMap.cpp:50
Isis::CameraDistortionMap::p_odk
std::vector< double > p_odk
Vector of distortion coefficients.
Definition: CameraDistortionMap.h:71
LroNarrowAngleDistortionMap.h
Isis::CameraDistortionMap::p_focalPlaneY
double p_focalPlaneY
Distorted focal plane y.
Definition: CameraDistortionMap.h:66
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

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/13/2023 15:11:38