Class EstimatedSkeletons
Inheritance
object
EstimatedSkeletons
Implements
Namespace: Glitch9.AIDevKit.PixelLab
Assembly: .dll
Syntax
public class EstimatedSkeletons : IGeneratedResult
Properties
Count
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
int |
Keypoints
Declaration
public PixelLabKeypoints[] Keypoints { get; set; }
Property Value
Type | Description |
---|---|
PixelLabKeypoints[] |
RawUsage
Declaration
public PixelLabUsage RawUsage { get; set; }
Property Value
Type | Description |
---|---|
PixelLabUsage |
Usage
Declaration
public Usage Usage { get; }
Property Value
Type | Description |
---|---|
Usage |