Isis 3 Programmer Reference
|
Structure containing comprehensive registration info/results. More...
#include <GruenTypes.h>
Public Member Functions | |
MatchPoint (const AffineRadio &radio) | |
MatchPoint (const PointPair &point) | |
int | getStatus () const |
const MatchPoint & | setStatus (int status) |
bool | isValid () const |
double | getEigen () const |
Coordinate | getAffinePoint (const Coordinate &coord=Coordinate(0.0, 0.0)) const |
Return registration offset of a given chip coordinate from center More... | |
Public Attributes | |
PointPair | m_point |
AffineRadio | m_affine |
Analysis | m_analysis |
int | m_nIters |
int | m_status |
Structure containing comprehensive registration info/results.
This structure is used to contain all the parameters from a Gruen registration process. It contains status of the match as well as point analysis, error analysis and affine/radiometric paramters. The offset of the registration can be obtained through a call to getAffinePoint() using the default point coordinate of (0,0).
Definition at line 433 of file GruenTypes.h.
|
inline |
Return registration offset of a given chip coordinate from center
Definition at line 452 of file GruenTypes.h.
References Isis::AffineRadio::getPoint().
Referenced by Isis::Gruen::CheckConstraints(), and Isis::Gruen::getChipUpdate().
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 03/21/2022 06:57:47 |