ETcVnDistanceTransformationLabel
Offers types of the label array to build.
Syntax
Definition:
TYPE ETcVnDistanceTransformationLabel :
(
TCVN_DTL_CCOMP := 0,
TCVN_DTL_PIXEL := 1
)DINT;
END_TYPE
Values
Name |
Description |
---|---|
TCVN_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). |
TCVN_DTL_PIXEL |
Labels pixels (Each zero pixel and the non-zero pixels closest to it get their own label). |