@openhps/opencv
    Preparing search index...

    Interface DecomposeProjectionMatrixRet

    interface DecomposeProjectionMatrixRet {
        cameraMatrix: Mat;
        eulerAngles: Mat;
        rotMatrix: Mat;
        rotMatrixX: Mat;
        rotMatrixY: Mat;
        rotMatrixZ: Mat;
        transVect: Vec4;
    }
    Index
    cameraMatrix: Mat
    eulerAngles: Mat
    rotMatrix: Mat
    rotMatrixX: Mat
    rotMatrixY: Mat
    rotMatrixZ: Mat
    transVect: Vec4