Operator ClipHigh

Operator Library: Arithmetics

The module ClipHigh limits the values to a parametrizable maximum. If the input exceeds the maximum it is clipped, i.e.

I/O Properties

Property Value
Operator Type O
Input Link I, data input
Output Link O, data output

Supported Link Format

Link Parameter Input Link I Output Link O
Bit Width [1, 63] unsigned, [2, 63] signed as I
Arithmetic {unsigned, signed} as I
Parallelism any as I
Kernel Columns any as I
Kernel Rows any as I
Img Protocol {VALT_IMAGE2D, VALT_LINE1D, VALT_PIXEL0D} as I
Color Format VAF_GRAY as I
Color Flavor FL_NONE as I
Max. Img Width any as I
Max. Img Height any as I

Parameters

to
Type static parameter
Default 127
Range range of the input link

This parameter defines the maximum value for the output link.

Examples of Use

The use of operator ClipHigh is shown in the following examples: