USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::AffineTolerance Struct Reference

Container for Affine limits parameters. More...

#include <GruenTypes.h>

Collaboration diagram for Isis::AffineTolerance:
Collaboration graph

Public Member Functions

 AffineTolerance (const double &transTol, const double &scaleTol, const double &shearTol)
 

Public Attributes

double m_transTol
 
double m_scaleTol
 
double m_shearTol
 

Detailed Description

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.

See Also
Threshold
Author
2011-05-18 Kris Becker

Definition at line 335 of file GruenTypes.h.


The documentation for this struct was generated from the following file: