1 #ifndef MinimumDifference_h
2 #define MinimumDifference_h
88 return "MinimumDifference";
MinimumDifference(Pvl &pvl)
Construct a MinimumDifference search algorithm.
virtual double IdealFit() const
Returns the ideal (perfect) fit that could be returned by the MatchAlgorithm.
A small chip of data used for pattern matching.
virtual ~MinimumDifference()
Destructor.
virtual QString AlgorithmName() const
Returns the name of the algorithm.
Container for cube-like labels.
virtual double MostLenientTolerance()
Minimum tolerance specific to algorithm.
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...
virtual double MatchAlgorithm(Chip &pattern, Chip &subsearch)
Minimum difference match algorithm.
Minimum difference pattern matching.