supervision-js
    Preparing search index...

    Interface KeypointGeometry

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

    Per-point flag for keypoints placed relative to rect, such as template points a user has not positioned yet. Resizing the rect scales these points with it; the others keep their coordinates. Dragging a point clears its flag.