Struct Landmark
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents a Landmark in pose detection.
public struct Landmark
Properties
View SourceLocation
Represents a location in the 2D space.
Declaration
public Point Location { get; set; }
Property Value
Type | Description |
---|---|
Point |
Score
Confidence score of point.
Declaration
public float Score { get; set; }
Property Value
Type | Description |
---|---|
float |