com.c3d.image
Class EuclideanMetric

java.lang.Object
  |
  +--com.c3d.image.EuclideanMetric

public class EuclideanMetric
extends java.lang.Object
implements ImageComparator

TeX Abstract method of comparing images. No constraint as to how this is done, only that it imposes a distance metric on images.


Constructor Summary
EuclideanMetric()
           
 
Method Summary
 double difference(Jimage a, Jimage b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EuclideanMetric

public EuclideanMetric()
Method Detail

difference

public double difference(Jimage a,
                         Jimage b)
Specified by:
difference in interface ImageComparator