@openhps/opencv
    Preparing search index...

    Interface DecomposeHomographyMatRet

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