[][src]Crate apriltag

The Rusty AprilTag detector.

The crate is built on top of apriltag-sys. It provides high level type wrappers on images, detections, and so on.

The feature flags control the supported third-party type conversions. It includes

  • nalgebra: Add conversions from/to two dimensional byte matrix in nalgebra crate.
  • image: Add conversions from/to image types in image crate.

Re-exports

pub use detection::Detection;
pub use detector::Detector;
pub use detector::DetectorBuilder;
pub use families::Family;
pub use image_buf::Image;
pub use matd::MatdRef;

Modules

detection

Tag detection types.

detector

AprilTag detector type and its builder.

families

Dictionary of tag families.

image_buf

Image types for AprilTag detection.

matd

The matrix type.