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