ETcVnDistanceTransformationLabel

Offers types of the label array to build.

Syntax

Definition:

enum ETcVnDistanceTransformationLabel : LONG
{
    DTL_CCOMP = 0,
    DTL_PIXEL = 1
};

Values

Name

Description

DTL_CCOMP

Labels connected components (Each connected component of zeros in the source image and the pixels closest to the connected component will be assigned the same label).

DTL_PIXEL

Labels pixels (Each zero pixel and the non-zero pixels closest to it get their own label).