EPNP
EPNP stands for Efficient Perspective-n-Point, a method in computer vision for estimating a calibrated camera’s pose from 2D–3D correspondences. Given a set of known 3D points X_i in the world and their observed 2D projections u_i in the image, EPNP computes the rotation R and translation t that align the world frame with the camera frame, intrinsics being known (calibrated camera).
The central idea of EPNP is to express each 3D point X_i as a barycentric combination of
Key characteristics include its non-iterative, closed-form nature and linear complexity with respect to the number of