Crates.io | lambda-twist |
lib.rs | lambda-twist |
version | 0.7.0 |
source | src |
created_at | 2020-05-04 02:38:38.660549 |
updated_at | 2020-06-23 06:28:10.443072 |
description | p3p pose estimation given world points and feature bearings |
homepage | https://github.com/rust-cv/lambda-twist |
repository | https://github.com/rust-cv/lambda-twist |
max_upload_size | |
id | 237289 |
size | 49,166 |
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.
To build the documentation with math formatted by katex:
RUSTDOCFLAGS="--html-in-header katex-header.html" cargo doc --no-deps
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.