Interface HOGDescriptorDetectROIRet

interface HOGDescriptorDetectROIRet {
    confidences: number[];
    foundLocations: Point2[];
}

Properties

confidences: number[]
foundLocations: Point2[]