notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
poselib Minimal solvers for calibrated camera pose estimation
2.0.5.37 graphics on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0.5Version of this port present on the latest quarterly branch.
Maintainer: fuz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-12-10 09:10:24
Last Update: 2026-09-02 10:49:39
Commit Hash: 6e1c1c5
License: BSD3CLAUSE
WWW:
https://github.com/PoseLib/PoseLib/
Description:
PoseLib provides a collection of minimal solvers for camera pose estimation. The focus is on calibrated absolute pose estimation problems from different types of correspondences (e.g. point-point, point-line, line-point, line-line). The goals of this project are to provide - Fast and robust implementation of the current state-of-the-art solvers. - Consistent calling interface between different solvers. - Minimize dependencies, both external (currently only Eigen) and internal. Each solver is (mostly) stand-alone, making it easy to extract only a specific solver to integrate into other frameworks. - Robust estimators (based on LO-RANSAC) that just works out-of-the-box for most cases.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (82 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/PoseLib-2.0.5.37/catalog.mk
  3. /usr/local/share/licenses/PoseLib-2.0.5.37/LICENSE
  4. /usr/local/share/licenses/PoseLib-2.0.5.37/BSD3CLAUSE
  5. include/PoseLib/alignment.h
  6. include/PoseLib/camera_pose.h
  7. include/PoseLib/misc/camera_models.h
  8. include/PoseLib/misc/decompositions.h
  9. include/PoseLib/misc/essential.h
  10. include/PoseLib/misc/qep.h
  11. include/PoseLib/misc/quaternion.h
  12. include/PoseLib/misc/re3q3.h
  13. include/PoseLib/misc/sturm.h
  14. include/PoseLib/misc/univariate.h
  15. include/PoseLib/poselib.h
  16. include/PoseLib/robust.h
  17. include/PoseLib/robust/bundle.h
  18. include/PoseLib/robust/estimators/absolute_pose.h
  19. include/PoseLib/robust/estimators/homography.h
  20. include/PoseLib/robust/estimators/hybrid_pose.h
  21. include/PoseLib/robust/estimators/relative_pose.h
  22. include/PoseLib/robust/hybrid_estimators/hybrid_point_line_absolute_pose.h
  23. include/PoseLib/robust/hybrid_estimators/hybrid_point_line_focal_absolute_pose.h
  24. include/PoseLib/robust/hybrid_ransac.h
  25. include/PoseLib/robust/hybrid_ransac_impl.h
  26. include/PoseLib/robust/ransac.h
  27. include/PoseLib/robust/ransac_impl.h
  28. include/PoseLib/robust/sampling.h
  29. include/PoseLib/robust/utils.h
  30. include/PoseLib/solvers/gen_relpose_5p1pt.h
  31. include/PoseLib/solvers/gen_relpose_6pt.h
  32. include/PoseLib/solvers/gen_relpose_upright_4pt.h
  33. include/PoseLib/solvers/gp3p.h
  34. include/PoseLib/solvers/gp4ps.h
  35. include/PoseLib/solvers/homography_4pt.h
  36. include/PoseLib/solvers/p1p2ll.h
  37. include/PoseLib/solvers/p1p3llf.h
  38. include/PoseLib/solvers/p2p1ll.h
  39. include/PoseLib/solvers/p2p2llf.h
  40. include/PoseLib/solvers/p2p2pl.h
  41. include/PoseLib/solvers/p35pf.h
  42. include/PoseLib/solvers/p3ll.h
  43. include/PoseLib/solvers/p3p.h
  44. include/PoseLib/solvers/p3p1llf.h
  45. include/PoseLib/solvers/p3p_lambdatwist.h
  46. include/PoseLib/solvers/p4llf.h
  47. include/PoseLib/solvers/p4pf.h
  48. include/PoseLib/solvers/p5lp_radial.h
  49. include/PoseLib/solvers/p5pf.h
  50. include/PoseLib/solvers/p5pfr.h
  51. include/PoseLib/solvers/p6lp.h
  52. include/PoseLib/solvers/pnplf_impl.h
  53. include/PoseLib/solvers/relpose_5pt.h
  54. include/PoseLib/solvers/relpose_6pt_focal.h
  55. include/PoseLib/solvers/relpose_6pt_onesided_focal.h
  56. include/PoseLib/solvers/relpose_7pt.h
  57. include/PoseLib/solvers/relpose_8pt.h
  58. include/PoseLib/solvers/relpose_k2Fk1_10pt.h
  59. include/PoseLib/solvers/relpose_kFk_9pt.h
  60. include/PoseLib/solvers/relpose_monodepth_3pt.h
  61. include/PoseLib/solvers/relpose_monodepth_3pt_shared_focal.h
  62. include/PoseLib/solvers/relpose_monodepth_3pt_varying_focal.h
  63. include/PoseLib/solvers/relpose_upright_3pt.h
  64. include/PoseLib/solvers/relpose_upright_planar_2pt.h
  65. include/PoseLib/solvers/relpose_upright_planar_3pt.h
  66. include/PoseLib/solvers/ugp2p.h
  67. include/PoseLib/solvers/ugp3ps.h
  68. include/PoseLib/solvers/ugp4pl.h
  69. include/PoseLib/solvers/up1p1ll.h
  70. include/PoseLib/solvers/up1p2pl.h
  71. include/PoseLib/solvers/up2p.h
  72. include/PoseLib/solvers/up4pl.h
  73. include/PoseLib/types.h
  74. include/PoseLib/version.h
  75. lib/cmake/PoseLib/PoseLibConfig.cmake
  76. lib/cmake/PoseLib/PoseLibConfigVersion.cmake
  77. lib/cmake/PoseLib/PoseLibTargets-release.cmake
  78. lib/cmake/PoseLib/PoseLibTargets.cmake
  79. lib/libPoseLib.so
  80. @owner
  81. @group
  82. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • PoseLib>0:graphics/poselib
To install the port:
cd /usr/ports/graphics/poselib/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/poselib
  • pkg install PoseLib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: PoseLib
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1788291196 SHA256 (PoseLib-PoseLib-v2.0.5-37-g1758bd6_GH0.tar.gz) = 1870946b3e2ebd47606d4ddd0985a70273420d8c34bbc1d100e7f54e6971b24a SIZE (PoseLib-PoseLib-v2.0.5-37-g1758bd6_GH0.tar.gz) = 369088

Packages (timestamps in pop-ups are UTC):
PoseLib
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.0.52.0.5-2.0.52.0.5n/an/an/a
FreeBSD:13:quarterly2.0.52.0.5-2.0.42.0.5n/an/an/a
FreeBSD:14:latest2.0.52.0.5-2.0.52.0.5---
FreeBSD:14:quarterly2.0.52.0.5-2.0.42.0.5---
FreeBSD:15:latest2.0.52.0.5n/a2.0.5n/an/a--
FreeBSD:15:quarterly2.0.52.0.5n/a-n/an/a--
FreeBSD:16:latest2.0.52.0.5n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. eigen3.pc : math/eigen3
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
  4. pkgconf>=1.3.0_1 : devel/pkgconf
This port is required by:
for Libraries
  1. graphics/colmap

Configuration Options:
===> The following configuration options are available for PoseLib-2.0.5.37: NATIVE=off: Use native optimization (-march=native) ===> Use 'make config' to modify these settings
Options name:
graphics_poselib
USES:
cmake pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/PoseLib/PoseLib/tar.gz/v2.0.5-37-g1758bd6?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.5.37
02 Sep 2026 10:49:39
commit hash: 6e1c1c5b83f168af58e7fcb70e5fe2aa589dcf22commit hash: 6e1c1c5b83f168af58e7fcb70e5fe2aa589dcf22commit hash: 6e1c1c5b83f168af58e7fcb70e5fe2aa589dcf22commit hash: 6e1c1c5b83f168af58e7fcb70e5fe2aa589dcf22 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
graphics/poselib: update to 2.0.5-37-g1758bd6

The extra commits are needed to build graphics/colmap in version 4.2.0.
Unfortunately upstream has failed to cut a release containing them.

Changelog: 2.0.5-37-g1758bd6
2.0.5
16 Aug 2025 19:17:27
commit hash: 81a450ea0acb8d4172750b1145294209deab5e7fcommit hash: 81a450ea0acb8d4172750b1145294209deab5e7fcommit hash: 81a450ea0acb8d4172750b1145294209deab5e7fcommit hash: 81a450ea0acb8d4172750b1145294209deab5e7f files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
graphics/poselib: update to 2.0.5

Changelog: https://github.com/PoseLib/PoseLib/releases/tag/v2.0.5
2.0.4
10 Dec 2024 09:03:00
commit hash: 915ef0a2055bea37cfb77f2186a8394f16423646commit hash: 915ef0a2055bea37cfb77f2186a8394f16423646commit hash: 915ef0a2055bea37cfb77f2186a8394f16423646commit hash: 915ef0a2055bea37cfb77f2186a8394f16423646 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
graphics/poselib: Minimal solvers for calibrated camera pose estimation

PoseLib provides a collection of minimal solvers for camera pose
estimation.  The focus is on calibrated absolute pose estimation
problems from different types of correspondences (e.g. point-point,
point-line, line-point, line-line).

The goals of this project are to provide

 - Fast and robust implementation of the current state-of-the-art
   solvers.
 - Consistent calling interface between different solvers.
 - Minimize dependencies, both external (currently only Eigen) and
   internal.  Each solver is (mostly) stand-alone, making it easy
   to extract only a specific solver to integrate into other frameworks.
 - Robust estimators (based on LO-RANSAC) that just works out-of-the-box
   for most cases.

WWW: https://github.com/PoseLib/PoseLib

Number of commits found: 3