AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class EstimatedSkeletons

    Inheritance
    object
    EstimatedSkeletons
    Implements
    IGeneratedResult
    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

    Implements

    IGeneratedResult
    In this article
    Back to top Generated by DocFX