Struct Landmark

Definition

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

Represents a Landmark in pose detection.

C#
Copy
public struct Landmark

Properties

View Source

Location

Represents a location in the 2D space.

Declaration
C#
Copy
public Point Location { readonly get; set; }
Property Value
Type Description
Point
View Source

Score

Confidence score of point.

Declaration
C#
Copy
public float Score { readonly get; set; }
Property Value
Type Description
float