1#ifndef MaximumCorrelation_h
2#define MaximumCorrelation_h
48 return "MaximumCorrelation";
AutoReg(Pvl &pvl)
Create AutoReg object.
A small chip of data used for pattern matching.
Maximum correlation pattern matching.
virtual double IdealFit() const
Returns the ideal (perfect) fit that could be returned by the MatchAlgorithm.
virtual QString AlgorithmName() const
Returns the name of the algorithm.
virtual double MatchAlgorithm(Chip &pattern, Chip &subsearch)
Given two identically sized chips return a double that indicates how well they match.
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.
Container for cube-like labels.
This is free and unencumbered software released into the public domain.