
Threshold
| Description | Cuts off the values in the corresponding channels according to the specified threshold type. |
|
Parameters: |
|
| Type | Specifies the type of threshold according to which the processing is performed: Binary - all channel values that are greater than Value, are set to Maximum, the rest are set to 0. Binary (Inverted) - all channel values that are greater than Value, are set to 0, the rest are set to Maximum. Truncate - all channel values that are greater than Value, are set to Value, the rest do not change. To Zero - all channel values that are greater than Value do not change, the rest are set to 0. To Zero (Inverted) - all channel values that are greater than Value, are set to 0, the rest do not change. |
| Value | Specifies the threshold value. |
| Maximum | Sets the maximum channel value that is used when calculating some types of threshold. |
| Red Channel Green Channel Blue Channel Alpha Channel | The channel to which the threshold is applied. |