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 SourceLocation
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 |
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 |