Search Results for

    Show / Hide Table of Contents

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX