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