@openhps/opencv
    Preparing search index...

    Interface HOGDescriptorDetectROIRet

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