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 RelationalOperatorRelationalOperator. EQImplementation of the "Equal" operator.static RelationalOperatorRelationalOperator. GEImplementation of the "Greater Than Or Equal" operator.static RelationalOperatorRelationalOperator. GTImplementation of the "Greater Than" operator.static RelationalOperatorRelationalOperator. LEImplementation of the "Lower Than Or Equal" operator.static RelationalOperatorRelationalOperator. LTImplementation of the "Lower Than" operator.static RelationalOperatorRelationalOperator. NEImplementation 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.