File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef DawnFcDistortionMap_h
2 #define DawnFcDistortionMap_h
double p_focalPlaneX
Distorted focal plane x.
Definition: CameraDistortionMap.h:65
double p_undistortedFocalPlaneY
Undistorted focal plane y.
Definition: CameraDistortionMap.h:68
bool SetUndistortedFocalPlane(const double dx, const double dy)
Compute distorted focal plane x/y.
Definition: DawnFcDistortionMap.cpp:11
double p_undistortedFocalPlaneX
Undistorted focal plane x.
Definition: CameraDistortionMap.h:67
DawnFcDistortionMap(Camera *parent, double k1, double zDirection=1.0)
Definition: DawnFcDistortionMap.cpp:7
Distort/undistort focal plane coordinates.
Definition: CameraDistortionMap.h:41
bool SetFocalPlane(const double ux, const double uy)
Compute undistorted focal plane x/y.
Definition: DawnFcDistortionMap.cpp:24
Namespace for the standard library.
~DawnFcDistortionMap()
Definition: DawnFcDistortionMap.h:24
double p_focalPlaneY
Distorted focal plane y.
Definition: CameraDistortionMap.h:66
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Definition: DawnFcDistortionMap.h:21