Uses of Class
lib.comparators.Metric

Packages that use Metric
app.configuration   
app.configuration.converters   
lib.comparators   
 

Uses of Metric in app.configuration
 

Fields in app.configuration declared as Metric
protected  Metric Options.metric
           
 

Methods in app.configuration that return Metric
 Metric Configuration.metric()
           
 

Uses of Metric in app.configuration.converters
 

Methods in app.configuration.converters that return Metric
 Metric MetricConverter.convert(java.lang.String metric)
           
 

Uses of Metric in lib.comparators
 

Methods in lib.comparators that return Metric
static Metric Metric.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Metric[] Metric.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in lib.comparators with parameters of type Metric
ImageComparator(Metric distanceMetric)
           
ImageComparator(Metric distanceMetric, double fuzz)