Operator ClipLow

Operator Library: Arithmetics

The module ClipLow limits the values to a parametrizable minimum. If the input falls below the minimum 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

from
Type static parameter
Default 0
Range range of the input link

This parameter defines the minimum value for the output link.

Examples of Use

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