An official website of the United States government
Here’s how you know
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 Developer Reference
|
Structure containing comprehensive registration info/results. More...
#include <GruenTypes.h>
Public Member Functions | |
MatchPoint () | |
MatchPoint (const AffineRadio &radio) | |
MatchPoint (const PointPair &point) | |
~MatchPoint () | |
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. | |
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).
|
inline |
References m_affine, m_analysis, m_point, and m_status.
Referenced by setStatus().
|
inline |
References m_affine, m_analysis, m_point, and m_status.
|
inline |
References m_affine, m_analysis, m_point, and m_status.
|
inline |
|
inline |
Return registration offset of a given chip coordinate from center.
References m_affine.
|
inline |
References m_analysis.
Referenced by Isis::Gruen::Registration().
|
inline |
References m_status.
|
inline |
References m_status.
Referenced by Isis::Gruen::Registration().
|
inline |
References m_status, and MatchPoint().
Referenced by Isis::Gruen::Registration().
AffineRadio Isis::MatchPoint::m_affine |
Referenced by getAffinePoint(), MatchPoint(), MatchPoint(), MatchPoint(), and Isis::Gruen::Registration().
Analysis Isis::MatchPoint::m_analysis |
Referenced by Isis::SmtkMatcher::Create(), getEigen(), MatchPoint(), MatchPoint(), MatchPoint(), and Isis::Gruen::Registration().
int Isis::MatchPoint::m_nIters |
Referenced by Isis::Gruen::Registration().
PointPair Isis::MatchPoint::m_point |
Referenced by Isis::SmtkMatcher::Clone(), MatchPoint(), MatchPoint(), and MatchPoint().
int Isis::MatchPoint::m_status |
Referenced by getStatus(), isValid(), MatchPoint(), MatchPoint(), MatchPoint(), and setStatus().