supervision-js
    Preparing search index...

    Interface KeypointMarkerDrawInstruction

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