com.c3d.image
Class RelativeNorm

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

public class RelativeNorm
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
RelativeNorm()
           
 
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

RelativeNorm

public RelativeNorm()
Method Detail

difference

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