1#ifndef MinimumDifference_h 
    2#define MinimumDifference_h 
   72        return "MinimumDifference";
 
Auto Registration class.
Definition: AutoReg.h:167
 
A small chip of data used for pattern matching.
Definition: Chip.h:86
 
Minimum difference pattern matching.
Definition: MinimumDifference.h:41
 
virtual ~MinimumDifference()
Destructor.
Definition: MinimumDifference.h:56
 
virtual QString AlgorithmName() const
Returns the name of the algorithm.
Definition: MinimumDifference.h:71
 
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.
Definition: MinimumDifference.cpp:60
 
virtual double IdealFit() const
Returns the ideal (perfect) fit that could be returned by the MatchAlgorithm.
Definition: MinimumDifference.h:68
 
virtual double MatchAlgorithm(Chip &pattern, Chip &subsearch)
Minimum difference match algorithm.
Definition: MinimumDifference.cpp:31
 
virtual double MostLenientTolerance()
Minimum tolerance specific to algorithm.
Definition: MinimumDifference.h:61
 
MinimumDifference(Pvl &pvl)
Construct a MinimumDifference search algorithm.
Definition: MinimumDifference.h:53
 
Container for cube-like labels.
Definition: Pvl.h:119
 
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16