@openhps/opencv
    Preparing search index...

    Interface SolveP3PRet

    interface SolveP3PRet {
        returnValue: boolean;
        rvecs: Mat[];
        tvecs: Mat[];
    }
    Index
    returnValue: boolean
    rvecs: Mat[]
    tvecs: Mat[]