Class PixelLabTypes.Keypoints
Inheritance
object
PixelLabTypes.Keypoints
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class PixelLabTypes.Keypoints
Properties
Label
Declaration
public PixelLabTypes.SkeletonLabel Label { get; set; }
Property Value
Type | Description |
---|---|
PixelLabTypes.SkeletonLabel |
X
Declaration
public int X { get; set; }
Property Value
Type | Description |
---|---|
int |
Y
Declaration
public int Y { get; set; }
Property Value
Type | Description |
---|---|
int |
ZIndex
Declaration
public int? ZIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |