supervision-js
    Preparing search index...

    Interface BoxCornerStyle

    Style contract of the box-corners annotation renderer.

    The renderer is presentation-only: it never changes semantic detection geometry, picking, or editing. Segment coordinates are in media space while the stroke keeps the usual screen-space width semantics.

    interface BoxCornerStyle {
        resolve(
            detection: Detection,
            context: AnnotationStyleContext,
        ): BoxCornerDrawInstruction | undefined;
    }

    Implemented by

    Index