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
|
Container for Affine limits parameters. More...
#include <GruenTypes.h>
Public Member Functions | |
AffineTolerance () | |
AffineTolerance (const double &transTol, const double &scaleTol, const double &shearTol) | |
~AffineTolerance () | |
Public Attributes | |
double | m_transTol |
double | m_scaleTol |
double | m_shearTol |
Container for Affine limits parameters.
These parameters govern the convergence of the Gruen affine processing. These are used in conjunction with a Chip (size) to determine the actual convergence values.
|
inline |
References m_scaleTol, m_shearTol, and m_transTol.
|
inline |
References m_scaleTol, m_shearTol, and m_transTol.
|
inline |
double Isis::AffineTolerance::m_scaleTol |
Referenced by AffineTolerance(), AffineTolerance(), and Isis::Threshold::Threshold().
double Isis::AffineTolerance::m_shearTol |
Referenced by AffineTolerance(), AffineTolerance(), and Isis::Threshold::Threshold().
double Isis::AffineTolerance::m_transTol |
Referenced by AffineTolerance(), AffineTolerance(), and Isis::Threshold::Threshold().