supervision-js
    Preparing search index...

    Interface KeypointMarkerDrawInstruction

    interface KeypointMarkerDrawInstruction {
        fill?: BoxFillStyle;
        index: number;
        point: Point;
        radius: number;
        shape: KeypointMarkerShape;
        stroke?: BoxStrokeStyle;
    }
    Index
    index: number
    point: Point
    radius: number