Uses of Class
viper.descriptors.attributes.AbstractAttribute

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

Uses of AbstractAttribute in viper.comparison.distances
 

Methods in viper.comparison.distances with parameters of type AbstractAttribute
static double DefaultMeasures.getDefaultToleranceFor(AbstractAttribute attr)
          Gets the current tolerance setting for the attribute type.
static void DefaultMeasures.setDefaultToleranceFor(AbstractAttribute attr, double val)
          Gets the current tolerance setting for the attribute type.
static void DefaultMeasures.setDefaultMetricFor(AbstractAttribute attr, java.lang.String metric)
          Sets the default metric for the given attribute data type.
static java.lang.String DefaultMeasures.getDefaultMetricFor(AbstractAttribute attr)
          Gets the default metric for the given attribute data type.
 

Uses of AbstractAttribute in viper.descriptors.attributes
 

Subclasses of AbstractAttribute in viper.descriptors.attributes
 class Attribute
          This class is used to hold an attribute for a Descriptor.
 class Attribute_bbox
          This attribute represents a rectangle or Bounding Box.
 class Attribute_bvalue
          This attribute represents a boolean value.
 class Attribute_circle
          This attribute represents a circle.
 class Attribute_dvalue
          This attribute represents an integral value.
 class Attribute_ellipse
          This attribute represents a Ellipse.
 class Attribute_fvalue
          This attribute represents a doubleing point value.
 class Attribute_lvalue
          This attribute represents an Enumerated list element.
 class Attribute_number
          This attribute represents a number type, so that integers and doubles can be compared.
 class Attribute_obox
          This attribute represents a rotated recatangle or Oriented Box.
 class Attribute_point
          This attribute represents a point in the video.
 class Attribute_polygon
          This attribute represents a polygon
 class Attribute_svalue
          This Attribute describes a String of characters.
 class AttributePrototype
          This class is used as a factory for Attribute data.
 

Constructors in viper.descriptors.attributes with parameters of type AbstractAttribute
AttributePrototype(AbstractAttribute old)
          Default copy constructor.