Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
ThemisIrDistortionMap.h
Go to the documentation of this file.
1
#ifndef ThemisIrDistortionMap_h
2
#define ThemisIrDistortionMap_h
3
24
#include "
CameraDistortionMap.h
"
25
26
namespace
Isis {
47
class
ThemisIrDistortionMap
:
public
CameraDistortionMap
{
48
public
:
49
ThemisIrDistortionMap
(
Camera
*parent);
50
51
virtual
bool
SetFocalPlane
(
const
double
dx,
const
double
dy);
52
53
virtual
bool
SetUndistortedFocalPlane
(
const
double
ux,
const
double
uy);
54
55
void
SetBand(
int
band);
56
57
private
:
58
double
p_k;
59
double
p_alpha1;
60
double
p_alpha2;
61
};
62
};
63
#endif
CameraDistortionMap.h
Isis::ThemisIrDistortionMap::SetUndistortedFocalPlane
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
Definition:
ThemisIrDistortionMap.cpp:67
Isis::ThemisIrDistortionMap::ThemisIrDistortionMap
ThemisIrDistortionMap(Camera *parent)
Definition:
ThemisIrDistortionMap.cpp:30
Isis::Camera
Definition:
Camera.h:240
Isis::ThemisIrDistortionMap::SetFocalPlane
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
Definition:
ThemisIrDistortionMap.cpp:50
Isis::CameraDistortionMap
Distort/undistort focal plane coordinates.
Definition:
CameraDistortionMap.h:54
Isis::ThemisIrDistortionMap
Distort/undistort focal plane coordinates.
Definition:
ThemisIrDistortionMap.h:47
U.S. Department of the Interior
|
U.S. Geological Survey
ISIS
|
Privacy & Disclaimers
|
Astrogeology Research Program
To contact us, please post comments and questions on the
ISIS Support Center
File Modified: 07/12/2023 23:30:47