supervision-js
    Preparing search index...

    Interface MarkerStyle

    Style contract of the marker annotation renderer.

    A style maps a semantic detection to one positioned marker. The renderer is presentation-only and does not change picking or editing geometry.

    interface MarkerStyle {
        resolve(
            detection: Detection,
            context: AnnotationStyleContext,
        ): MarkerDrawInstruction | undefined;
    }

    Implemented by

    Index