@openhps/opencv
    Preparing search index...

    Interface CorrectMatchesRet

    interface CorrectMatchesRet {
        newPoints1: Point2[];
        newPoints2: Point2[];
    }
    Index
    newPoints1: Point2[]
    newPoints2: Point2[]