![]() |
Isis 3 Developer Reference
|
Error analysis of Gruen match point solution. More...
#include <GruenTypes.h>
Public Member Functions | |
Analysis () | |
~Analysis () | |
bool | isValid () const |
double | getEigen () const |
Returns the square of the of sum of the squares of eigenvalues. More... | |
void | setZeroState () |
Resets eigenvalues to 0. More... | |
Public Attributes | |
BigInt | m_npts |
double | m_variance |
double | m_sevals [2] |
double | m_kmat [2] |
int | m_status |
Error analysis of Gruen match point solution.
|
inline |
|
inline |
Returns the square of the of sum of the squares of eigenvalues.
References m_sevals.
Referenced by Isis::MatchPoint::getEigen(), and Isis::Gruen::MatchAlgorithm().
|
inline |
References m_status.
Referenced by Isis::Gruen::MatchAlgorithm().
|
inline |
Resets eigenvalues to 0.
References m_kmat, m_sevals, and m_status.
Referenced by Isis::SmtkMatcher::Create().
double Isis::Analysis::m_kmat[2] |
Referenced by Analysis(), Isis::Gruen::errorAnalysis(), and setZeroState().
BigInt Isis::Analysis::m_npts |
Referenced by Isis::Gruen::errorAnalysis().
double Isis::Analysis::m_sevals[2] |
Referenced by Analysis(), Isis::Gruen::errorAnalysis(), getEigen(), and setZeroState().
int Isis::Analysis::m_status |
Referenced by Isis::Gruen::errorAnalysis(), isValid(), Isis::Gruen::Registration(), and setZeroState().
double Isis::Analysis::m_variance |
Referenced by Isis::Gruen::errorAnalysis().
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: 07/13/2023 14:54:26 |