|
Isis 3 Programmer Reference
|
1 #ifndef LoHighDistortionMap_h
2 #define LoHighDistortionMap_h
13 #include "CameraDistortionMap.h"
Distort/undistort focal plane coordinates.
double p_yPerspective
Perspective correction factor in y.
LoHighDistortionMap(Camera *parent)
Constructor for LunarOrbiterHighDistortionMap class.
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y for Lo High Resolution Camera.
std::vector< double > p_icoefs
Distortion coefficients.
double p_y0
Center of distortion on y axis.
Distort/undistort focal plane coordinates.
std::vector< double > p_coefs
Distortion coefficients.
double p_x0
Center of distortion on x axis.
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y for Lo High Resolution Camera.
double p_xPerspective
Perspective correction factor in x.
void SetDistortion(const int naifIkCode)
Load LO High Resolution Camera perspective & distortion coefficients.
This is free and unencumbered software released into the public domain.