Click or drag to resize

DistLabelType Enumeration

http://www.emgu.com
Distance transform algorithm flags

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public enum DistLabelType
Members
  Member nameValueDescription
CComp0 Connected component
Pixel1 The pixel
See Also