1#ifndef ShadowCamDistortionMap_h
2#define ShadowCamDistortionMap_h
CameraDistortionMap(Camera *parent, double zDirection=1.0)
Camera distortion map constructor.
Definition CameraDistortionMap.cpp:24
ShadowCamDistortionMap(Camera *parent)
Definition ShadowCamDistortionMap.cpp:18
virtual bool SetFocalPlane(double dx, double dy)
Computes the undistorted focal plane coordinates given the distorted ones.
Definition ShadowCamDistortionMap.cpp:41
virtual ~ShadowCamDistortionMap()
Destroys the ShadowCamDistortionMap object.
Definition ShadowCamDistortionMap.h:38
void SetDistortion(int naifIkCode)
Sets the distortion coefficients for the camera.
Definition ShadowCamDistortionMap.cpp:28
virtual bool SetUndistortedFocalPlane(double ux, double uy)
Computes the distorted focal plane coordinates given the undistorted ones.
Definition ShadowCamDistortionMap.cpp:63
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16