Table of Contents

Enum DistanceTransformLabelTypes

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

distanceTransform algorithm flags

public enum DistanceTransformLabelTypes

Fields

CComp = 0

each connected component of zeros in src (as well as all the non-zero pixels closest to the connected component) will be assigned the same label

Pixel = 1

each zero pixel (and all the non-zero pixels closest to it) gets its own label.