supervision-js
    Preparing search index...

    Interface PolygonStyle

    interface PolygonStyle {
        resolve(
            detection: Detection,
            context: AnnotationStyleContext,
        ): PolygonDrawInstruction | undefined;
    }

    Implemented by

    Index