Uses of Interface
viper.descriptors.attributes.Measurable.Difference

Packages that use Measurable.Difference
viper.comparison.distances   
viper.descriptors.attributes Provides the classes necessary to read Attributes in from a file and compare them.  
 

Uses of Measurable.Difference in viper.comparison.distances
 

Classes in viper.comparison.distances that implement Measurable.Difference
static class Distances.DefaultDifference
          A simple differnece object, which keeps track of some information about a computed difference.
 

Methods in viper.comparison.distances that return Measurable.Difference
static Measurable.Difference Distances.helpGetDiff(Attribute alpha, FrameSpan alphaSpan, Attribute beta, FrameSpan betaSpan, Attribute blackout, FrameSpan blackoutSpan, Attribute ignore, FrameSpan ignoreSpan, int frame, CanonicalFileDescriptor cfd, Measurable.Difference old)
          Computes the difference between two attributes using the given distance metric.
static Measurable.Difference Distances.helpGetDiff(Measurable alpha, Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd, Measurable.Difference old)
          Computes the difference between two attributes using the given distance metric.
 

Methods in viper.comparison.distances with parameters of type Measurable.Difference
static Measurable.Difference Distances.helpGetDiff(Attribute alpha, FrameSpan alphaSpan, Attribute beta, FrameSpan betaSpan, Attribute blackout, FrameSpan blackoutSpan, Attribute ignore, FrameSpan ignoreSpan, int frame, CanonicalFileDescriptor cfd, Measurable.Difference old)
          Computes the difference between two attributes using the given distance metric.
static Measurable.Difference Distances.helpGetDiff(Measurable alpha, Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd, Measurable.Difference old)
          Computes the difference between two attributes using the given distance metric.
 java.lang.Number Distances.QuickValueDistance.helpGetDistance(Measurable.Difference D)
          This computes the distances using the given, possibly already used, comparison object.
 java.lang.Number Distance.getDistance(Measurable.Difference D)
          Gets the distance using cached distance data.
 double AttrMeasure.distanceAgainst(Measurable.Difference D)
          Compares attributes or framespans by the metric this is set to use.
 

Uses of Measurable.Difference in viper.descriptors.attributes
 

Methods in viper.descriptors.attributes that return Measurable.Difference
 Measurable.Difference Measurable.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd, Measurable.Difference old)
          For performance reasons, takes an optional (could be null) Measurable.Difference to replace the data from.
 Measurable.Difference Measurable.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd)
          Not optimized version.
 Measurable.Difference FrameSpan.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd)
           
 Measurable.Difference FrameSpan.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd, Measurable.Difference old)
           
 Measurable.Difference Attribute_number.NumberValue.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd)
           
 Measurable.Difference Attribute_number.NumberValue.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd, Measurable.Difference old)
           
 Measurable.Difference Attribute_ellipse.EllipseValue.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd)
           
 Measurable.Difference Attribute_ellipse.EllipseValue.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd, Measurable.Difference old)
           
 Measurable.Difference Attribute_circle.CircleValue.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd)
           
 Measurable.Difference Attribute_circle.CircleValue.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd, Measurable.Difference old)
           
 

Methods in viper.descriptors.attributes with parameters of type Measurable.Difference
 Measurable.Difference Measurable.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd, Measurable.Difference old)
          For performance reasons, takes an optional (could be null) Measurable.Difference to replace the data from.
 Measurable.Difference FrameSpan.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd, Measurable.Difference old)
           
 Measurable.Difference Attribute_number.NumberValue.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd, Measurable.Difference old)
           
 Measurable.Difference Attribute_ellipse.EllipseValue.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd, Measurable.Difference old)
           
 Measurable.Difference Attribute_circle.CircleValue.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd, Measurable.Difference old)