Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Isis Developer Reference
ShadowCamDistortionMap.h
Go to the documentation of this file.
1#ifndef ShadowCamDistortionMap_h
2#define ShadowCamDistortionMap_h
8
9/* SPDX-License-Identifier: CC0-1.0 */
10
11#include "Camera.h"
12#include "CameraDistortionMap.h"
13
14namespace Isis {
34 public:
36
39
47 void SetDistortion(int naifIkCode);
48
59 virtual bool SetFocalPlane(double dx, double dy);
60
71 virtual bool SetUndistortedFocalPlane(double ux, double uy);
72
73 };
74};
75#endif
CameraDistortionMap(Camera *parent, double zDirection=1.0)
Camera distortion map constructor.
Definition CameraDistortionMap.cpp:24
Definition Camera.h:236
ShadowCamDistortionMap(Camera *parent)
Definition ShadowCamDistortionMap.cpp:18
virtual bool SetFocalPlane(double dx, double dy)
Computes the undistorted focal plane coordinates given the distorted ones.
Definition ShadowCamDistortionMap.cpp:41
virtual ~ShadowCamDistortionMap()
Destroys the ShadowCamDistortionMap object.
Definition ShadowCamDistortionMap.h:38
void SetDistortion(int naifIkCode)
Sets the distortion coefficients for the camera.
Definition ShadowCamDistortionMap.cpp:28
virtual bool SetUndistortedFocalPlane(double ux, double uy)
Computes the distorted focal plane coordinates given the undistorted ones.
Definition ShadowCamDistortionMap.cpp:63
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16