Click or drag to resize

DistanceTransformLabelTypes Enumeration

distanceTransform algorithm flags

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum DistanceTransformLabelTypes
Members
  Member nameValueDescription
CComp0 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
Pixel1 each zero pixel (and all the non-zero pixels closest to it) gets its own label.
See Also