1#ifndef LoHighDistortionMap_h
2#define LoHighDistortionMap_h
62 double p_xPerspective;
63 double p_yPerspective;
66 std::vector<double> p_coefs;
67 std::vector<double> p_icoefs;
Distort/undistort focal plane coordinates.
Definition CameraDistortionMap.h:41
Distort/undistort focal plane coordinates.
Definition LoHighDistortionMap.h:52
void SetDistortion(const int naifIkCode)
Load LO High Resolution Camera perspective & distortion coefficients.
Definition LoHighDistortionMap.cpp:84
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y for Lo High Resolution Camera.
Definition LoHighDistortionMap.cpp:113
LoHighDistortionMap(Camera *parent)
Constructor for LunarOrbiterHighDistortionMap class.
Definition LoHighDistortionMap.cpp:27
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y for Lo High Resolution Camera.
Definition LoHighDistortionMap.cpp:163
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16