  | 
  
    Isis Developer Reference
    
   | 
 
 
 
 
Go to the documentation of this file.    1 #ifndef ClementineUvvisDistortionMap_h 
    2 #define ClementineUvvisDistortionMap_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.
Definition: ClementineUvvisDistortionMap.cpp:69
 
double p_focalPlaneX
Distorted focal plane x.
Definition: CameraDistortionMap.h:65
 
double p_undistortedFocalPlaneY
Undistorted focal plane y.
Definition: CameraDistortionMap.h:68
 
double p_undistortedFocalPlaneX
Undistorted focal plane x.
Definition: CameraDistortionMap.h:67
 
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.
Definition: ClementineUvvisDistortionMap.cpp:33
 
bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
Definition: ClementineUvvisDistortionMap.cpp:111
 
Distortion map for the Clementine UVVIS camera.
Definition: ClementineUvvisDistortionMap.h:32
 
~ClementineUvvisDistortionMap()
Deconstruct the distortion map for the Clementine UVVIS instrument.
Definition: ClementineUvvisDistortionMap.cpp:53
 
Distort/undistort focal plane coordinates.
Definition: CameraDistortionMap.h:41
 
Namespace for the standard library.
 
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