|
Isis 3 Programmer Reference
|
1 #ifndef ApolloMetricDistortionMap_h
2 #define ApolloMetricDistortionMap_h
12 #include "CameraDistortionMap.h"
49 double k1,
double k2,
double k3,
double j1,
50 double j2,
double t0);
double p_t0
Angle between positive x-axis of image and vector to imaged point.
double p_k3
Third coefficient of radial distortion.
ApolloMetricDistortionMap(Camera *parent, double xp, double yp, double k1, double k2, double k3, double j1, double j2, double t0)
Constructs a Distortion Map object for the Apollo Metric Camera.
double p_k2
Second coefficient of radial distortion.
bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
double p_xp
Principal point x-coordinate.
Distort/undistort focal plane coordinates.
double p_j2
Second coefficient of decentering distortion.
~ApolloMetricDistortionMap()
Destroys ApolloMetricDistortionMap object.
double p_k1
First coefficient of radial distortion.
double p_yp
Principal point y-coordinate.
double p_j1
First coefficient of decentering distortion.
Apollo Metric Distortion Map.
bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
This is free and unencumbered software released into the public domain.