ringgrid 0.5.1

Pure-Rust detector for coded ring calibration targets
Documentation
[package]
name = "ringgrid"
version = "0.5.1"
edition = "2021"
description = "Pure-Rust detector for coded ring calibration targets"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/VitalyVorobyev/ringgrid"
homepage = "https://github.com/VitalyVorobyev/ringgrid"
documentation = "https://docs.rs/ringgrid"
authors = ["Vitaly Vorobyev <vit.vorobiev@gmail.com>"]
categories = ["computer-vision", "multimedia::images", "science::robotics"]
keywords = ["computer-vision", "calibration", "fiducial", "marker", "homography"]
rust-version = "1.87"
include = ["src/**", "examples/**", "README.md", "LICENSE-*", "Cargo.toml"]

[dependencies]
nalgebra = { workspace = true }
image = { workspace = true }
imageproc = { workspace = true }
rayon = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tracing = { workspace = true }
approx = { workspace = true }
rand = { workspace = true }
tiny-solver = { workspace = true }
png = { workspace = true }

[dev-dependencies]
approx = { workspace = true }
rand = { workspace = true }
criterion = "0.8"

[[bench]]
name = "hotpaths"
harness = false

[[bench]]
name = "detect_fixture"
harness = false