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
Syntaxpublic enum DistLabelType
Public Enumeration DistLabelType
public enum class DistLabelType
Members|
| Member name | Value | Description |
|---|
| CComp | 0 |
Connected component
|
| Pixel | 1 |
The pixel
|
See Also