Isis 3 Programmer Reference
|
Compute/test the Affine convergence from given parameters/chip. More...
#include <GruenTypes.h>
Public Member Functions | |
Threshold (const Chip &chip, const AffineTolerance &tolerance) | |
bool | hasConverged (const AffineRadio &affine) const |
Determines convergence from an affine/radiometric fit. More... | |
Public Attributes | |
GVector | m_thresh |
Compute/test the Affine convergence from given parameters/chip.
This method should be invoked using either the subsearch or pattern chip since they are both the same size. The six Affine convergence parameters are computed from the size of the chip and the AffineTranslationTolerance (offset), AffineShearTolerance (cos/sin shearing) and AffineScaleTolerance (x/y scaling) registration parameters. These parameters typically come from the PVL setup and the Gruen object.
Definition at line 364 of file GruenTypes.h.
|
inline |
Determines convergence from an affine/radiometric fit.
Definition at line 379 of file GruenTypes.h.
References Isis::Affine::getIdentity().
Referenced by Isis::Gruen::Registration().