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

Detailed Description

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

Definition at line 65 of file ApolloPanIO.h.

Member Data Documentation

◆ A2I

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

transformation coefficients to go to image coordinates

Definition at line 67 of file ApolloPanIO.h.

◆ A2M

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

transformation coefficients to go to machine coordinates

Definition at line 68 of file ApolloPanIO.h.

◆ flag

int Isis::ApolloPanIO::Affine2D::flag

solve flag

Definition at line 66 of file ApolloPanIO.h.

◆ indeces

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

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

Definition at line 82 of file ApolloPanIO.h.

◆ mI

double Isis::ApolloPanIO::Affine2D::mI

max rotated image y coordinate in the region

Definition at line 80 of file ApolloPanIO.h.

◆ mM

double Isis::ApolloPanIO::Affine2D::mM

max rotate machine y coordinate in the region

Definition at line 81 of file ApolloPanIO.h.

◆ 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 78 of file ApolloPanIO.h.

◆ 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 73 of file ApolloPanIO.h.


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