OpCCL.h#

Fully qualified name: public/src/operator/include/OpCCL.h

In directory: public/src/operator/include

Source file: OpCCL.h

Defines types and functions to handle the Connected Component Labeling operation.

Computes the labeled image for connected components in the input image using either 4- or 8-connectivity. Produces an output where each unique connected component in the input image is assigned a distinct label, yielding a total of N labels. All pixels labeled ‘0’ indicate background. Labels from 1 correspond to the unique connected foreground components. Note that labels in the output are not required to be sequential.