@openhps/opencv
    Preparing search index...

    Interface HOGDescriptorDetectRet

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