File failed to load: https://isis.astrogeology.usgs.gov/8.2.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
LoMediumDistortionMap.h
Go to the documentation of this file.
1#ifndef LoMediumDistortionMap_h
2#define LoMediumDistortionMap_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include <vector>
13#include "CameraDistortionMap.h"
14
15namespace Isis {
63 public:
65
66 void SetDistortion(const int naifIkCode);
67 virtual bool SetFocalPlane(const double dx, const double dy);
68
69 virtual bool SetUndistortedFocalPlane(const double ux, const double uy);
70
71 private:
72 double p_sample0;
73 double p_line0;
74 std::vector<double> p_coefs;
75 std::vector<double> p_icoefs;
76 };
77};
78#endif
Distort/undistort focal plane coordinates.
Definition CameraDistortionMap.h:41
Definition Camera.h:236
Distort/undistort focal plane coordinates.
Definition LoMediumDistortionMap.h:62
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y for Lo Medium Resolution Camera.
Definition LoMediumDistortionMap.cpp:193
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y for Lo Medium Resolution Camera.
Definition LoMediumDistortionMap.cpp:102
void SetDistortion(const int naifIkCode)
Load LO Medium Resolution Camera perspective & distortion coefficients.
Definition LoMediumDistortionMap.cpp:74
LoMediumDistortionMap(Camera *parent)
Constructor for LunarOrbiterMediumDistortionMap class.
Definition LoMediumDistortionMap.cpp:32
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16

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 USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 08/22/2024 20:27:25