1#ifndef TgoCassisDistortionMap_h
2#define TgoCassisDistortionMap_h
56 double chiDotA(
double x,
double y, QList<double> A);
58 QList<double> m_A1_corr;
60 QList<double> m_A2_corr;
62 QList<double> m_A3_corr;
64 QList<double> m_A1_dist;
66 QList<double> m_A2_dist;
68 QList<double> m_A3_dist;
Distort/undistort focal plane coordinates.
Definition CameraDistortionMap.h:41
Distort/undistort focal plane coordinates.
Definition TgoCassisDistortionMap.h:45
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane (x,y) given an undistorted focal plane (x,y).
Definition TgoCassisDistortionMap.cpp:153
TgoCassisDistortionMap(Camera *parent, int naifIkCode)
Exomars TGO CaSSIS distortion map constructor.
Definition TgoCassisDistortionMap.cpp:29
virtual ~TgoCassisDistortionMap()
Exomars TGO CaSSIS distortion map destructor.
Definition TgoCassisDistortionMap.cpp:52
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane (x,y) coordinate given the distorted (x,y).
Definition TgoCassisDistortionMap.cpp:85
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16