supervision-js
    Preparing search index...

    Interface KeypointGeometry

    interface KeypointGeometry {
        edges: readonly KeypointEdge[];
        points: readonly Point[];
        visibility?: readonly KeypointVisibility[];
    }
    Index
    edges: readonly KeypointEdge[]
    points: readonly Point[]
    visibility?: readonly KeypointVisibility[]