Interface FindHomographyRet

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

Properties

Properties

homography: Mat
mask: Mat