File failed to load: https://isis.astrogeology.usgs.gov/8.3.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
LroNarrowAngleDistortionMap.h
1#ifndef LroNarrowAngleDistortionMap_h
2#define LroNarrowAngleDistortionMap_h
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12#include <vector>
13#include "CameraDistortionMap.h"
14
15namespace Isis {
16
43 public:
45
48
49 void SetDistortion(const int naifIkCode);
50
51 virtual bool SetFocalPlane(const double dx, const double dy);
52
53 virtual bool SetUndistortedFocalPlane(const double ux, const double uy);
54
55 };
56};
57#endif
Distort/undistort focal plane coordinates.
Distort/undistort focal plane coordinates.
virtual bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
virtual ~LroNarrowAngleDistortionMap()
Destroys the LroNarrowAngleDistortionMap object.
LroNarrowAngleDistortionMap(Camera *parent)
Camera distortion map constructor.
virtual bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
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: 02/24/2025 16:15:03