Struct Landmark

Definition

Namespace:
Tizen.Multimedia.Vision
Assembly:
Tizen.Multimedia.Vision.dll
API Level:
9

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 { get; set; }
Property Value
Type Description
Point
API Level: 9
View Source

Score

Confidence score of point.

Declaration
C#
Copy
public float Score { get; set; }
Property Value
Type Description
System.Single
API Level: 9