ringgrid 0.5.5

Pure-Rust detector for coded ring calibration targets
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Marker coding and geometry primitives.

pub(crate) mod decode;
mod marker_spec;

pub mod codebook;
pub mod codec;

pub use codec::CodebookProfile;
pub use decode::{DecodeConfig, DecodeMetrics};
pub use marker_spec::{AngularAggregator, GradPolarity, MarkerSpec};