Enum DistanceLabel
Specifies the content of the output label array in DistTransform(Arr, Arr, DistanceType, Int32, Single[], Arr, DistanceLabel).
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum DistanceLabel : int
Fields
Name | Description |
---|---|
ConnectedComponent | Specifies that the content of the output label array are connected components. |
Pixel | Specifies that the content of the output label array are pixel values. |