Interface DecomposeHomographyMatRet

interface DecomposeHomographyMatRet {
    normals: Mat[];
    returnValue: number;
    rotations: Mat[];
    translations: Mat[];
}

Properties

normals: Mat[]
returnValue: number
rotations: Mat[]
translations: Mat[]