Interface SolveP3PRet

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

Properties

returnValue: boolean
rvecs: Mat[]
tvecs: Mat[]