@openhps/opencv
    Preparing search index...

    Interface DetectMultiScaleRet

    interface DetectMultiScaleRet {
        numDetections: number[];
        objects: Rect[];
    }
    Index
    numDetections: number[]
    objects: Rect[]