Struct Landmark

    Definition

    Namespace:
    Tizen.Multimedia.Vision
    Assembly:
    Tizen.Multimedia.Vision.dll

    Represents a Landmark in pose detection.

    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public struct Landmark

    Properties

    View Source

    Location

    Represents a location in the 2D space.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public Point Location { readonly get; set; }
    Property Value
    Type Description
    Point
    View Source

    Score

    Confidence score of point.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public float Score { readonly get; set; }
    Property Value
    Type Description
    float
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX