Registry / other / poselib

poselib

JSON →
library2.0.5vcpkgunverified

Minimal solvers for calibrated camera pose estimation

vcpkg install poselib
INSTALL
IMPORT
SIG · POSELIB
P
poselib
othercppv2.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

poselib/poselib.h
#include <poselib/poselib.h>

Estimate camera pose from 2D-3D correspondences

#include <poselib/poselib.h> #include <vector> int main() { std::vector<Eigen::Vector2d> points2d; std::vector<Eigen::Vector3d> points3d; poselib::CameraPose pose; poselib::PoseSolver solver; solver.solve(points2d, points3d, &pose); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources

No resource links recorded.

poselib — pip install poselib · libregistry