Interface DetectMultiScaleROIRet

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

Properties

foundLocations: Rect[]
foundWeights: number[]