docs.rs failed to build apriltag-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
apriltag-0.4.0
apriltag-rust
High-level API for AprilTag library built on top of apriltag-sys.
Usage
Import to your project
Follow the install instructions on official repository to install AprilTag library.
Import apriltag-sys dependency in your Cargo.toml
[]
= "0.3"
Feature Flags
The feature flags control the supported conversions from/to third-party types. It includes
- full: Enable most available features.
- nalgebra: Get type conversions from/to two dimensional byte matrix from nalgebra crate.
- image: Get type conversions from/to image types from image crate.
Customize the build
If you would like to customize the way to link the AprilTag library, please read the notes in apriltag-sys README.
Example
To run detection on an image, run
It accepts additional arguments:
--family tag36h11specifies the tag36h11 tag family--tag-params 1,2.1,2.2,4,5sets the tag size, fx, fy, cx and cy parameters. It enable pose estimation feature.
The demo implementation can be found in examples directory.
License
BSD 2-Clause License. See LICENSE file.