1 #ifndef ReseauDistortionMap_h 
    2 #define ReseauDistortionMap_h 
   52       std::vector<double> p_rlines, p_rsamps;        
 
   53       std::vector<double> p_mlines, p_msamps;        
 
   54       double p_distortedLines, p_distortedSamps;     
 
   56       double p_undistortedLines, p_undistortedSamps; 
 
Distort/undistort focal plane coordinates. 
Definition: ReseauDistortionMap.h:43
 
Distort/undistort focal plane coordinates. 
Definition: CameraDistortionMap.h:54
 
ReseauDistortionMap(Camera *parent, Pvl &labels, const QString &fname)
Creates a ReseauDistortionMap object. 
Definition: ReseauDistortionMap.cpp:44
 
Container for cube-like labels. 
Definition: Pvl.h:135
 
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Finds the distorted x/y position of the given undistorted point. 
Definition: ReseauDistortionMap.cpp:208
 
virtual bool SetFocalPlane(const double dx, const double dy)
Finds the undistorted x/y position of the given distorted point. 
Definition: ReseauDistortionMap.cpp:96