Skip to content

apriltags detection library, originally from Michael Kaess via Kalibr project, standalone C++ version

License

Notifications You must be signed in to change notification settings

amy-tabb/apriltags-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apriltags-lib

how-to-export-cpp-library

This is a port of Michael Kaess' AprilTags 2012 library to 2020. The only difference in the code are the notes below, and AprilTags is changed from camel case to lower case apriltags as in the Kalibr tool.

There are other AprilTag(s) libraries. One for ROS is AprilRobotics/apriltag_ros.

Description of changes

  • Updating to OpenCV 3.x
  • Updating changes in Eigen
  • Creating a cmake build process so the library can be included in projects with find_package(apriltags REQUIRED)

How to build and test

cd how-to-export-cpp-library
mkdir build && cd build
cmake ..
cmake --build .

To test,

cd bin
./example ../../test-image.jpg 

Then, to install the library,

sudo make install

About

apriltags detection library, originally from Michael Kaess via Kalibr project, standalone C++ version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published