Operator MAX

Operator Library: Filter

The operator MAX identifies and outputs the maximum value of an input kernel-stream. This maximum value is output at O. The operator will not output the kernel index of the maximum value.

I/O Properties

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

Supported Link Format

Link Parameter Input Link I Output Link O
Bit Width [1, 64] unsigned, [2, 64] signed as I
Arithmetic {unsigned, signed} as I
Parallelism any as I
Kernel Columns any 1
Kernel Rows any 1
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

None

Examples of Use

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

  • 'Kirsch Filter'

    Examples - The Kirsch filter is a good edge detection filter for non directional edges.