supervision-js
    Preparing search index...

    Interface BoxCornerDrawInstruction

    Four open corner segments derived from one detection rectangle.

    interface BoxCornerDrawInstruction {
        segments: readonly (readonly Point[])[];
        stroke: OpenStrokeStyle;
    }
    Index
    segments: readonly (readonly Point[])[]
    stroke: OpenStrokeStyle