cv.solveP3P - MATLAB File Help
cv.solveP3P

Finds an object pose from 3 3D-2D point correspondences

[rvecs, tvecs, solutions] = cv.solveP3P(objectPoints, imagePoints, cameraMatrix)
[...] = cv.solveP3P(..., 'OptionName', optionValue, ...)

Input

Output

Options

The function estimates the object pose given 3 object points, their corresponding image projections, as well as the camera matrix and the distortion coefficients.

References

[gao2003complete]:

X.S. Gao, X.R. Hou, J. Tang, H.F. Chang; "Complete Solution Classification for the Perspective-Three-Point Problem", IEEE Trans. on PAMI, vol. 25, No. 8, p. 930-943, August 2003.

[Ke17]:

T. Ke, S. Roumeliotis; "An Efficient Algebraic Solution to the Perspective-Three-Point Problem", IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2017 PDF

See also