|
Isis 3 Programmer Reference
|
1 #ifndef ClementineUvvisDistortionMap_h
2 #define ClementineUvvisDistortionMap_h
13 #include "CameraDistortionMap.h"
35 double k1,
double k2,
double k3,
36 double p1,
double p2);
bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
double p_yp
Principal point y coordinate.
double p_p1
First coefficient of decentering distortion.
double p_k2
Linear term coefficient of radial distortion.
double p_xp
Principal point x coordinate.
ClementineUvvisDistortionMap(Camera *parent, double xp, double yp, double k1, double k2, double k3, double p1, double p2)
Construct a distortion map for the Clementine UVVIS instrument.
bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
Distortion map for the Clementine UVVIS camera.
~ClementineUvvisDistortionMap()
Deconstruct the distortion map for the Clementine UVVIS instrument.
Distort/undistort focal plane coordinates.
double p_p2
Second coefficient of decentering distortion.
double p_k1
Constant term coefficient of radial distortion.
double p_k3
Quadratic term coefficient of radial distortion.
This is free and unencumbered software released into the public domain.