| DistLabelType Enumeration |
http://www.emgu.com
Distance transform algorithm flags
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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