Uses of Interface
inra.ijpb.label.select.RelationalOperator
Package | Description |
---|---|
inra.ijpb.label.select |
Selection of regions from label images based on size criterion.
|
-
Uses of RelationalOperator in inra.ijpb.label.select
Fields in inra.ijpb.label.select declared as RelationalOperator Modifier and Type Field Description static RelationalOperator
RelationalOperator. EQ
Implementation of the "Equal" operator.static RelationalOperator
RelationalOperator. GE
Implementation of the "Greater Than Or Equal" operator.static RelationalOperator
RelationalOperator. GT
Implementation of the "Greater Than" operator.static RelationalOperator
RelationalOperator. LE
Implementation of the "Lower Than Or Equal" operator.static RelationalOperator
RelationalOperator. LT
Implementation of the "Lower Than" operator.static RelationalOperator
RelationalOperator. NE
Implementation of the "Not Equal" operator.Constructors in inra.ijpb.label.select with parameters of type RelationalOperator Constructor Description LabelSizeFiltering(RelationalOperator operator, int sizeLimit)
Default constructor, specifying the operator and the size limit.