![]() |
Isis 3 Programmer Reference
|
Container for Affine limits parameters. More...
#include <GruenTypes.h>

Public Member Functions | |
| AffineTolerance (const double &transTol, const double &scaleTol, const double &shearTol) | |
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.
Definition at line 319 of file GruenTypes.h.
|
inline |
Definition at line 321 of file GruenTypes.h.
|
inline |
Definition at line 322 of file GruenTypes.h.
|
inline |
Definition at line 326 of file GruenTypes.h.
| double Isis::AffineTolerance::m_scaleTol |
Definition at line 329 of file GruenTypes.h.
| double Isis::AffineTolerance::m_shearTol |
Definition at line 330 of file GruenTypes.h.
| double Isis::AffineTolerance::m_transTol |
Definition at line 328 of file GruenTypes.h.