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

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 | |
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.
| double Isis::ApolloPanIO::Affine2D::A2I[6] |
transformation coefficients to go to image coordinates
Definition at line 52 of file ApolloPanIO.h.
| double Isis::ApolloPanIO::Affine2D::A2M[6] |
transformation coefficients to go to machine coordinates
Definition at line 53 of file ApolloPanIO.h.
| int Isis::ApolloPanIO::Affine2D::flag |
solve flag
Definition at line 51 of file ApolloPanIO.h.
| 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.
| double Isis::ApolloPanIO::Affine2D::mI |
max rotated image y coordinate in the region
Definition at line 65 of file ApolloPanIO.h.
| double Isis::ApolloPanIO::Affine2D::mM |
max rotate machine y coordinate in the region
Definition at line 66 of file ApolloPanIO.h.
| 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.
| 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.