1#ifndef Chandrayaan1M3DistortionMap_h 
    2#define Chandrayaan1M3DistortionMap_h 
   14#include "CameraDistortionMap.h" 
   37      Chandrayaan1M3DistortionMap(
Camera *parent, 
double xp, 
double yp,
 
   38                                  double k1, 
double k2, 
double k3,
 
   39                                  double p1, 
double p2);
 
   40      ~Chandrayaan1M3DistortionMap() {};
 
 
CameraDistortionMap(Camera *parent, double zDirection=1.0)
Camera distortion map constructor.
 
double p_p2
coefficients of decentering distortion
 
bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
 
bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
 
double p_yp
principal point coordinates
 
double p_k3
coefficients of radial distortion
 
This is free and unencumbered software released into the public domain.