File failed to load: https://isis.astrogeology.usgs.gov/8.1.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
RadialDistortionMap.h
Go to the documentation of this file.
1#ifndef NirDistortionMap_h
2#define NirDistortionMap_h
8/* SPDX-License-Identifier: CC0-1.0 */
10#include "Camera.h"
11
12namespace Isis {
19 public:
20 RadialDistortionMap(Camera *parent, double k1, double zDirection = 1.0);
22
23 bool SetFocalPlane(const double dx, const double dy);
24 bool SetUndistortedFocalPlane(const double ux, const double uy);
25
26 private:
27 double p_k1;
28 //double p_cameraSpec;
29 };
30};
31#endif
Distort/undistort focal plane coordinates.
Definition CameraDistortionMap.h:41
Definition Camera.h:236
Definition RadialDistortionMap.h:18
~RadialDistortionMap()
Definition RadialDistortionMap.h:21
bool SetFocalPlane(const double dx, const double dy)
Compute undistorted focal plane x/y.
Definition RadialDistortionMap.cpp:18
bool SetUndistortedFocalPlane(const double ux, const double uy)
Compute distorted focal plane x/y.
Definition RadialDistortionMap.cpp:32
RadialDistortionMap(Camera *parent, double k1, double zDirection=1.0)
Definition RadialDistortionMap.cpp:13
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: 03/27/2024 15:35:39