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 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.

◆ A2M

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

transformation coefficients to go to machine coordinates

Definition at line 53 of file ApolloPanIO.h.

◆ flag

int Isis::ApolloPanIO::Affine2D::flag

solve flag

Definition at line 51 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 67 of file ApolloPanIO.h.

◆ mI

double Isis::ApolloPanIO::Affine2D::mI

max rotated image y coordinate in the region

Definition at line 65 of file ApolloPanIO.h.

◆ mM

double Isis::ApolloPanIO::Affine2D::mM

max rotate machine y coordinate in the region

Definition at line 66 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 63 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 58 of file ApolloPanIO.h.


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