eight-point 0.5.0

Eight-point algorithm for essential matrix estimation
Documentation
[dependencies.cv-core]
version = "0.11.0"

[dependencies.cv-pinhole]
version = "0.2.0"

[dependencies.float-ord]
version = "0.2.0"
[dev-dependencies.cv-geom]
version = "0.1.0"

[dev-dependencies.nalgebra]
version = "0.21.0"

[package]
authors = ["Geordon Worley <vadixidav@gmail.com>"]
categories = ["algorithms", "computer-vision", "no-std", "science", "science::robotics"]
description = "Eight-point algorithm for essential matrix estimation"
documentation = "https://docs.rs/eight-point/"
edition = "2018"
keywords = ["hartly", "zisserman", "photogrammetry", "eight", "point"]
license = "MIT"
name = "eight-point"
readme = "README.md"
repository = "https://github.com/rust-cv/eight-point"
version = "0.5.0"
[profile.dev]
opt-level = 3