supervision-js
    Preparing search index...

    Interface TrackingProjection

    interface TrackingProjection {
        confidence?: number;
        detectionIndex: number;
        rect: Rect;
    }
    Index
    confidence?: number
    detectionIndex: number
    rect: Rect