File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
DawnFcDistortionMap.h
Go to the documentation of this file.
1 #ifndef DawnFcDistortionMap_h
2 #define DawnFcDistortionMap_h
3 
10 /* SPDX-License-Identifier: CC0-1.0 */
11 
12 #include "CameraDistortionMap.h"
13 #include "Camera.h"
14 
15 namespace Isis {
22  public:
23  DawnFcDistortionMap(Camera *parent, double k1, double zDirection = 1.0);
25 
26  bool SetFocalPlane(const double ux, const double uy);
27  bool SetUndistortedFocalPlane(const double dx, const double dy);
28 
29  private:
30  double p_k1;
31  };
32 };
33 #endif
Isis::CameraDistortionMap::p_focalPlaneX
double p_focalPlaneX
Distorted focal plane x.
Definition: CameraDistortionMap.h:65
Isis::CameraDistortionMap::p_undistortedFocalPlaneY
double p_undistortedFocalPlaneY
Undistorted focal plane y.
Definition: CameraDistortionMap.h:68
Isis::DawnFcDistortionMap::SetUndistortedFocalPlane
bool SetUndistortedFocalPlane(const double dx, const double dy)
Compute distorted focal plane x/y.
Definition: DawnFcDistortionMap.cpp:11
Isis::CameraDistortionMap::p_undistortedFocalPlaneX
double p_undistortedFocalPlaneX
Undistorted focal plane x.
Definition: CameraDistortionMap.h:67
Isis::Camera
Definition: Camera.h:236
Isis::DawnFcDistortionMap::DawnFcDistortionMap
DawnFcDistortionMap(Camera *parent, double k1, double zDirection=1.0)
Definition: DawnFcDistortionMap.cpp:7
CameraDistortionMap.h
CameraFocalPlaneMap.h
Isis::CameraDistortionMap
Distort/undistort focal plane coordinates.
Definition: CameraDistortionMap.h:41
Camera.h
Isis::DawnFcDistortionMap::SetFocalPlane
bool SetFocalPlane(const double ux, const double uy)
Compute undistorted focal plane x/y.
Definition: DawnFcDistortionMap.cpp:24
std
Namespace for the standard library.
DawnFcDistortionMap.h
Isis::DawnFcDistortionMap::~DawnFcDistortionMap
~DawnFcDistortionMap()
Definition: DawnFcDistortionMap.h:24
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
Isis::DawnFcDistortionMap
Definition: DawnFcDistortionMap.h:21

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: 03/21/2022 06:50:44