@openhps/opencv
    Preparing search index...

    Interface FindHomographyRet

    interface FindHomographyRet {
        homography: Mat;
        mask: Mat;
    }
    Index
    homography: Mat
    mask: Mat