weka.classifiers.misc.chirp
Class HDR

java.lang.Object
  extended by weka.classifiers.misc.chirp.HDR
All Implemented Interfaces:
java.io.Serializable

public class HDR
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
HDR(Rect rect)
           
 
Method Summary
 double centroidInfinityDistance(double x, double y)
           
 boolean containsPoint(double x, double y)
           
 double rectInfinityDistance(double x, double y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HDR

public HDR(Rect rect)
Method Detail

containsPoint

public boolean containsPoint(double x,
                             double y)

centroidInfinityDistance

public double centroidInfinityDistance(double x,
                                       double y)

rectInfinityDistance

public double rectInfinityDistance(double x,
                                   double y)