Cheren15 / Apriltag_python

restruct the apriltag using python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apriltag python

Apriltag

AprilTag is a visual fiducial system, useful for a wide variety of tasks including augmented reality, robotics, and camera calibration. Targets can be created from an ordinary printer, and the AprilTag detection software computes the precise 3D position, orientation, and identity of the tags relative to the camera. Implementations are available in Java, as well as in C. Notably, the C implementation has no external dependencies and is designed to be easily included in other applications, as well as portable to embedded devices. Real-time performance can be achieved even on cell-phone grade processors.

The two main papers to refer to understand the apriltag algorithm are the following:

  1. IROS 2016 - AprilTag 2: Efficient and robust fiducial detection: this is the paper which refers to the version of the algorithm that we want to use

  2. ICRA 2011 - AprilTag: A robust and flexible visual fiducial system: this is the paper which explains how the first version of the algorithm works

Apriltag python

Just support tag36h11,tag25h9,tag16h5.

How to use it

  1. You should install the opencv and other lib.
  2. Now you can run this program with start of test*.py

关于Apriltag python

仅支持 tag36h11,tag25h9,tag16h5,如有需要可自行添加。

如何使用

  1. 首先要安装opencv和其他python包
  2. 直接运行任意一个test开头的文件

About

restruct the apriltag using python


Languages

Language:Python 100.0%