Interface HOGDescriptorDetectRet

interface HOGDescriptorDetectRet {
    foundLocations: Point2[];
    weights: number[];
}

Properties

foundLocations: Point2[]
weights: number[]