Isis 3 Programmer Reference
Isis::ApolloPanIO::Affine2D Struct Reference

C style structure for storing the calculation optimized parameters of a forward and reverse 2D affine transformation. More...

Collaboration diagram for Isis::ApolloPanIO::Affine2D:
Collaboration graph

Public Attributes

int flag
 solve flag
 
double A2I [6]
 transformation coefficients to go to image coordinates
 
double A2M [6]
 transformation coefficients to go to machine coordinates
 
double rotM [2]
 Coefficients to rotate machine coordinates so that the right edge of the region is vertical.
 
double rotI [2]
 Coefficients to rotate Image coordinates so that the right edge of the region is vertical.
 
double mI
 max rotated image y coordinate in the region
 
double mM
 max rotate machine y coordinate in the region
 
int indeces [2]
 indeces of the first and last fiducial marks included in this region
 

Detailed Description

C style structure for storing the calculation optimized parameters of a forward and reverse 2D affine transformation.

Definition at line 50 of file ApolloPanIO.h.

Member Data Documentation

◆ A2I

double Isis::ApolloPanIO::Affine2D::A2I[6]

transformation coefficients to go to image coordinates

Definition at line 52 of file ApolloPanIO.h.

Referenced by Isis::ApolloPanIO::computeInteriorOrienation(), and Isis::ApolloPanIO::machine2Image().

◆ A2M

double Isis::ApolloPanIO::Affine2D::A2M[6]

transformation coefficients to go to machine coordinates

Definition at line 53 of file ApolloPanIO.h.

Referenced by Isis::ApolloPanIO::computeInteriorOrienation(), and Isis::ApolloPanIO::image2Machine().

◆ flag

int Isis::ApolloPanIO::Affine2D::flag

solve flag

Definition at line 51 of file ApolloPanIO.h.

Referenced by Isis::ApolloPanIO::computeInteriorOrienation().

◆ indeces

int Isis::ApolloPanIO::Affine2D::indeces[2]

indeces of the first and last fiducial marks included in this region

Definition at line 67 of file ApolloPanIO.h.

Referenced by Isis::ApolloPanIO::computeInteriorOrienation().

◆ mI

double Isis::ApolloPanIO::Affine2D::mI

max rotated image y coordinate in the region

Definition at line 65 of file ApolloPanIO.h.

Referenced by Isis::ApolloPanIO::computeInteriorOrienation().

◆ mM

double Isis::ApolloPanIO::Affine2D::mM

max rotate machine y coordinate in the region

Definition at line 66 of file ApolloPanIO.h.

Referenced by Isis::ApolloPanIO::computeInteriorOrienation().

◆ rotI

double Isis::ApolloPanIO::Affine2D::rotI[2]

Coefficients to rotate Image coordinates so that the right edge of the region is vertical.

Definition at line 63 of file ApolloPanIO.h.

Referenced by Isis::ApolloPanIO::computeInteriorOrienation(), and Isis::ApolloPanIO::image2Machine().

◆ rotM

double Isis::ApolloPanIO::Affine2D::rotM[2]

Coefficients to rotate machine coordinates so that the right edge of the region is vertical.

Definition at line 58 of file ApolloPanIO.h.

Referenced by Isis::ApolloPanIO::computeInteriorOrienation(), and Isis::ApolloPanIO::machine2Image().


The documentation for this struct was generated from the following file: