Interface EstimateAffine2DRet

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

Properties

Properties

inliers: Mat
out: Mat