function ThresholdGT_LT(const Vec: TVecInt; const GTLevel: Integer; const GTValue: Integer; const LTLevel: Integer; const LTValue: Integer): VectorInt;
Perform "greater than and less than" threshold operation on all Vec object values.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TVecInt | |
| 2 | GTLevel | Integer | |
| 3 | GTValue | Integer | |
| 4 | LTLevel | Integer | |
| 5 | LTValue | Integer |
Returns: VectorInt
Remarks:
Size and VectorInt.IntPrecision properties of the result are adjusted automatically.