poselib

Minimal solvers for calibrated camera pose estimation problems

brewmacoslinux
Try with needOr install directly
Source

About

Minimal solvers for calibrated camera pose estimation

Commands

poselib

Examples

Estimate camera pose from 2D-3D point correspondences$ poselib --input points.txt --output pose.txt
Solve P3P problem with calibrated camera$ poselib --solver p3p --points correspondences.txt
Batch process multiple pose estimation problems$ poselib --batch --input-dir ./problems --output-dir ./solutions