public class Threshold
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
anding
Whether results of comparing channels against threshold are to be AND-ed
or OR-ed together.
|
RangeInt[] |
th
The threshold ranges, one per channel.
|
| Constructor and Description |
|---|
Threshold(int nBands)
As initially constructed the threshold ranges are all 0..0 and anding
is true.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Get a String representation of the Threshold
|
public RangeInt[] th
public boolean anding