1 #ifndef MaximumCorrelation_h     2 #define MaximumCorrelation_h    64         return "MaximumCorrelation";
 virtual bool CompareFits(double fit1, double fit2)
This virtual method must return if the 1st fit is equal to or better than the second fit...
 
A small chip of data used for pattern matching. 
 
virtual double MatchAlgorithm(Chip &pattern, Chip &subsearch)
Given two identically sized chips return a double that indicates how well they match. 
 
AutoReg(Pvl &pvl)
Create AutoReg object. 
 
virtual double IdealFit() const
Returns the ideal (perfect) fit that could be returned by the MatchAlgorithm. 
 
Container for cube-like labels. 
 
virtual QString AlgorithmName() const
Returns the name of the algorithm. 
 
Namespace for ISIS/Bullet specific routines. 
 
Maximum correlation pattern matching.