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
|
Compute/test the Affine convergence from given parameters/chip. More...
#include <GruenTypes.h>
Public Member Functions | |
Threshold () | |
Threshold (const Chip &chip, const AffineTolerance &tolerance) | |
~Threshold () | |
bool | hasConverged (const AffineRadio &affine) const |
Determines convergence from an affine/radiometric fit. | |
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.
|
inline |
References m_thresh.
|
inline |
|
inline |
|
inline |
Determines convergence from an affine/radiometric fit.
References Isis::Affine::getIdentity(), Isis::AffineRadio::m_affine, and m_thresh.
Referenced by Isis::Gruen::Registration().
GVector Isis::Threshold::m_thresh |
Referenced by hasConverged(), Threshold(), and Threshold().