Labels Operations

This algorithm combines multiple label maps and produces either their pixel-wise maximum (union) or minimum (intersection).

Input

Two or more compatible label maps (unsigned byte single-channel images with modality of either Label or none).

Output

A new label map resulting from the selected operation.

Description

This algorithm can be used to combine multiple label maps into a single one. The parameter Operation defines whether the pixelwise maximum (0) or minimum (1) should be computed.