1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: poselib
Section: libs
Priority: optional
Maintainer: Alex Myczko <tar@debian.org>
Build-Depends:
debhelper-compat (= 13),
cmake,
libeigen3-dev,
Standards-Version: 4.7.3
Homepage: https://github.com/PoseLib/PoseLib
Vcs-Browser: https://salsa.debian.org/debian/poselib
Vcs-Git: https://salsa.debian.org/debian/poselib.git
Package: libposelib
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Minimal solvers for calibrated camera pose estimation
This library provides a collection of minimal solvers for camera pose
estimation. The focus is on calibrated absolute pose estimation problems
from different types of correspondences.
|