lambda-twist 0.7.0

p3p pose estimation given world points and feature bearings
Documentation
[dependencies.arrayvec]
default-features = false
version = "0.5.1"

[dependencies.cv-core]
version = "0.15.0"

[dependencies.num-traits]
default-features = false
version = "0.2.12"
[dev-dependencies.approx]
version = "0.3.2"

[dev-dependencies.arraymap]
version = "0.1.1"

[dev-dependencies.arrsac]
version = "0.5.0"

[dev-dependencies.cv-pinhole]
version = "0.6.0"

[dev-dependencies.itertools]
version = "0.9.0"

[dev-dependencies.quickcheck]
version = "0.9.2"

[dev-dependencies.quickcheck_macros]
version = "0.9.1"

[dev-dependencies.rand]
features = ["small_rng"]
version = "0.7.3"

[package]
authors = ["Matthieu Pizenberg <matthieu.pizenberg@gmail.com>", "Geordon Worley <vadixidav@gmail.com>"]
categories = ["computer-vision", "algorithms", "science::robotics", "no-std"]
description = "p3p pose estimation given world points and feature bearings"
documentation = "https://docs.rs/lambda-twist/"
edition = "2018"
homepage = "https://github.com/rust-cv/lambda-twist"
keywords = ["p3p", "pose", "vision", "nordberg"]
license = "MPL-2.0"
name = "lambda-twist"
readme = "README.md"
repository = "https://github.com/rust-cv/lambda-twist"
version = "0.7.0"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"]