Interface DetectMultiScaleRet

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

Properties

numDetections: number[]
objects: Rect[]