#pose #vision #computer-vision #p3p #nordberg

no-std lambda-twist

p3p pose estimation given world points and feature bearings

8 releases (breaking)

0.7.0 Jun 23, 2020
0.6.0 Jun 22, 2020
0.5.0 Jun 21, 2020
0.4.0 Jun 3, 2020
0.1.1 May 4, 2020

#6 in #pose

35 downloads per month
Used in cv

MPL-2.0 license

26KB
373 lines

lambda-twist

Discord Crates.io MIT/Apache docs.rs LoC Tests Lints no_std

Relative camera pose from three 3d to 2d correspondences

To see an example of usage, see tests/consensus.rs.

This was derived from https://github.com/rust-cv/p3p/. It was rewritten to utilize Rust CV abstractions.

Implementation based on "Lambda Twist: An Accurate Fast Robust Perspective Three Point (P3P) Solver" Persson, M. and Nordberg, K. ECCV 2018.

Reference implementation available on the author github repository.

Documentation

To build the documentation with math formatted by katex:

RUSTDOCFLAGS="--html-in-header katex-header.html" cargo doc --no-deps

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

This rewrite is based on the adaptation of the original code (GPL-3.0) into OpenMVG, published under MPL-2.0 with the original author agreement.

Dependencies

~5.5MB
~113K SLoC