@openhps/opencv
    Preparing search index...

    Interface DetectMultiScaleROIRet

    interface DetectMultiScaleROIRet {
        foundLocations: Rect[];
        foundWeights: number[];
    }
    Index
    foundLocations: Rect[]
    foundWeights: number[]