1#ifndef ReseauDistortionMap_h
2#define ReseauDistortionMap_h
36 std::vector<double> p_rlines, p_rsamps;
37 std::vector<double> p_mlines, p_msamps;
38 double p_distortedLines, p_distortedSamps;
40 double p_undistortedLines, p_undistortedSamps;
Distort/undistort focal plane coordinates.
Definition CameraDistortionMap.h:41
Container for cube-like labels.
Definition Pvl.h:119
Distort/undistort focal plane coordinates.
Definition ReseauDistortionMap.h:27
virtual bool SetFocalPlane(const double dx, const double dy)
Finds the undistorted x/y position of the given distorted point.
Definition ReseauDistortionMap.cpp:80
ReseauDistortionMap(Camera *parent, Pvl &labels, const QString &fname)
Creates a ReseauDistortionMap object.
Definition ReseauDistortionMap.cpp:28
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Finds the distorted x/y position of the given undistorted point.
Definition ReseauDistortionMap.cpp:192
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16