Isis 3 Developer Reference
|
Container for affine and radiometric parameters. More...
#include <GruenTypes.h>
Public Member Functions | |
AffineRadio () | |
AffineRadio (const GMatrix &A) | |
AffineRadio (const GMatrix &M, const double &shift, const double &gain) | |
AffineRadio (const GVector &alpha) | |
AffineRadio (const Radiometric &radio) | |
~AffineRadio () | |
AffineRadio & | operator+= (const AffineRadio &other) |
Define update procedure for accumulating Gruen iterations. More... | |
void | Translate (const Coordinate &offset) |
Apply a translation to the given offset. More... | |
Coordinate | getPoint (const Coordinate &location) const |
Applies the affine transfrom to a point and returns result. More... | |
Public Attributes | |
GMatrix | m_affine |
Radiometric | m_radio |
Container for affine and radiometric parameters.
These parameters are provided for input and output results.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Applies the affine transfrom to a point and returns result.
References Isis::Coordinate::getLine(), Isis::Coordinate::getSample(), and m_affine.
Referenced by Isis::SmtkMatcher::Clone(), and Isis::MatchPoint::getAffinePoint().
|
inline |
Define update procedure for accumulating Gruen iterations.
References Isis::Affine::getIdentity(), m_affine, and m_radio.
|
inline |
Apply a translation to the given offset.
References Isis::Affine::getIdentity(), Isis::Coordinate::getLine(), Isis::Coordinate::getSample(), and m_affine.
Referenced by Isis::Gruen::Registration().
GMatrix Isis::AffineRadio::m_affine |
Referenced by getPoint(), Isis::Threshold::hasConverged(), operator+=(), Isis::Gruen::Registration(), and Translate().
Radiometric Isis::AffineRadio::m_radio |
Referenced by operator+=(), and Isis::Gruen::Registration().