@openhps/opencv
    Preparing search index...

    Interface EstimateAffine2DRet

    interface EstimateAffine2DRet {
        inliers: Mat;
        out: Mat;
    }
    Index
    inliers: Mat
    out: Mat