Registry / other / apriltag

apriltag

JSON →
library3.4.5vcpkgunverified

AprilTag is a visual fiducial system popular for robotics research.

vcpkg install apriltag
INSTALL
IMPORT
SIG · APRILTAG
A
apriltag
othercppv3.4.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

apriltag.h
#include <apriltag.h>

Create an AprilTag detector using the tag36h11 family.

#include <apriltag.h> #include <apriltag_pose.h> #include <iostream> int main() { apriltag_family_t* tf = tag36h11_create(); apriltag_detector_t* td = apriltag_detector_create(); apriltag_detector_add_family(td, tf); // Assume image_u8_t* im is loaded // zarray_t* detections = apriltag_detector_detect(td, im); std::cout << "AprilTag detector created\n"; apriltag_detector_destroy(td); tag36h11_destroy(tf); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Meta
2
OpenAI (training)
1
Resources

No resource links recorded.

apriltag — pip install apriltag · libregistry