Search Results for

    Show / Hide Table of Contents

    Struct ConnectedComp

    Represents a connected component.

    Namespace: OpenCV.Net
    Assembly: OpenCV.Net.dll
    Syntax
    public struct ConnectedComp

    Fields

    | Improve this Doc View Source

    Area

    The area of the segmented component.

    Declaration
    public double Area
    Field Value
    Type Description
    Double
    | Improve this Doc View Source

    Contour

    The optional component boundary.

    Declaration
    public IntPtr Contour
    Field Value
    Type Description
    IntPtr
    | Improve this Doc View Source

    Rect

    The ROI of the segmented component.

    Declaration
    public Rect Rect
    Field Value
    Type Description
    Rect
    | Improve this Doc View Source

    Value

    The average color of the connected component.

    Declaration
    public Scalar Value
    Field Value
    Type Description
    Scalar
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX