|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Filterable | |
| viper.descriptors | Provides the classes necessary to read comparable Descriptors in from a file. |
| viper.descriptors.attributes | Provides the classes necessary to read Attributes in from a file and compare them. |
| viper.filters | |
| Uses of Filterable in viper.descriptors |
| Methods in viper.descriptors that return Filterable | |
Filterable |
Descriptor.getFilterable(java.lang.String attribName)
Returns the specified Attribute or FrameSpan. |
Filterable |
DescPrototype.getFilterable(java.lang.String attribName)
|
| Uses of Filterable in viper.descriptors.attributes |
| Classes in viper.descriptors.attributes that implement Filterable | |
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 |
FrameSpan
This class represents the numeric span of frames in a video, consisting of the beginning and end frame and a bitmask on all frames in between, as well as several actions upon them, such as intersection, union, and size. |
| Uses of Filterable in viper.filters |
| Methods in viper.filters with parameters of type Filterable | |
static Filterable.Rule |
Rules.getComplexRule(Filterable f,
java.lang.String complexRule,
ErrorWriter err)
Parses a rule of the form rule "value"
(|| / &&) ... |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||