# AprilTags.jl **Repository Path**: Julialang/AprilTags.jl ## Basic Information - **Project Name**: AprilTags.jl - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-12 - **Last Updated**: 2024-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AprilTags [![Build Status](https://travis-ci.org/Affie/AprilTags.jl.svg?branch=master)](https://travis-ci.org/Affie/AprilTags.jl) [![codecov.io](http://codecov.io/github/Affie/AprilTags.jl/coverage.svg?branch=master)](http://codecov.io/github/Affie/AprilTags.jl?branch=master) [![docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://Affie.github.io/AprilTags.jl/latest/) This package is a ccall wrapper for the [AprilTags](https://april.eecs.umich.edu/software/apriltag.html) library tailored for Julia. # Installation AprilTags.jl can be installed in Julia 0.6 with: ```julia Pkg.add("AprilTags") ``` See [documentation](https://Affie.github.io/AprilTags.jl/latest/), examples, and test folder for usage.