Search Results for

    Show / Hide Table of Contents

    Struct ConvexityDefect

    Represents a contour convexity defect.

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

    Properties

    | Improve this Doc View Source

    Depth

    Gets the distance between the farthest point and the convex hull.

    Declaration
    public float Depth { get; }
    Property Value
    Type Description
    Single
    | Improve this Doc View Source

    DepthPoint

    Gets the farthest point from the convex hull within the defect.

    Declaration
    public Point DepthPoint { get; }
    Property Value
    Type Description
    Point
    | Improve this Doc View Source

    End

    Gets the point of the contour where the defect ends.

    Declaration
    public Point End { get; }
    Property Value
    Type Description
    Point
    | Improve this Doc View Source

    Start

    Gets the point of the contour where the defect begins.

    Declaration
    public Point Start { get; }
    Property Value
    Type Description
    Point
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX