Solvers implemented in GSRAP (To be added) Estimation of relative pose from 2D-2D point correspondences โข Nisterโs 5-point algorithm (๐ โฅ 5, Essential matrix E) โข D. Nistรฉr, โAn efficient solution to the five-point relative pose problemโ, TPAMI, Vol.26, Issue 6, pp.756โ777, 2004 Estimation of absolute pose R, ๐ญ from 2D-3D point correspondences โข Keโs P3P algorithm (๐ = 3) โข T. Ke, S. I. Roumeliotis, โAn Efficient Algebraic Solution to the Perspective-Three-Point Problemโ, pp.7225-7233, CVPR, 2017 โข EPnP: Efficient Perspective-n-Point Camera Pose Estimation (๐ โฅ 4) โข V. Lepetit, F. Moreno-Noguer, P. Fua, โEPnP: An Accurate O(n) Solution to the PnP Problemโ, IJCV, 2009 Estimation of similarity transformations R, ๐ญ, s from 3D-3D point correspondences โข Umeyama algorithm (๐ โฅ 3) โข S. Umeyama, โLeast-Squares Estimation of Transformation Parameters Between Two Point Patternsโ, pp. 376-380, Vol.13, TPAMI, 1991 โป We implemented Nisterโs 5-point algoritm and EPnP withOpenGV, and Keโs P3P algorithm with OpenCV. โข L. Kneip, P. Furgale, "OpenGV: A unified and generalized approach to real-time calibrated geometric vision", ICRA, May 2014 โข OpenCV, https://github.com/opencv/opencv 51 Template-based RANSAC allows consistent implementation for all solvers