NDEVR
API Documentation
GPSAlignmentResult

Result of a GPS-based similarity transform (SfM -> ENU). More...

Public Attributes

std::array< double, 9 > R {}
 pure rotation (3x3 row-major)
std::array< double, 9 > sR {}
 scale * rotation (3x3 row-major)
std::array< double, 3 > t {}
 translation (metres)

Detailed Description

Result of a GPS-based similarity transform (SfM -> ENU).


Stored as 3x3 row-major matrices and a 3-element translation vector.

Definition at line 48 of file PhotogrammetryGPSAlign.h.


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