@openhps/opencv
    Preparing search index...

    Interface SolvePnPRet

    interface SolvePnPRet {
        returnValue: boolean;
        rvec: Vec3;
        tvec: Vec3;
    }

    Hierarchy (View Summary)

    Index
    returnValue: boolean
    rvec: Vec3
    tvec: Vec3