Skip to main content

Module feature

Module feature 

Source
Expand description

Generic feature evidence consumed by grid tasks.

These types deliberately avoid target-specific identifiers. A caller that decodes marker IDs, ring IDs, or any other target metadata should convert that information into coordinate hypotheses or caller-side filtering before using this crate.

The detection surface is pinned to f32: the topological pipeline, the homography fit, and every downstream consumer (chessboard, puzzleboard, charuco) operate in single precision. The remaining generic-F surface in the crate is the pure-geometry crate::geometry module.

Structsยง

CoordinateHypothesis
Caller-supplied hypothesis that a feature lies at a lattice coordinate.
LocalAxis
One undirected local lattice-axis observation.
OrientedFeature
A point feature augmented with one or more local lattice directions.
PointFeature
One detected image-space feature.