Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ha5dzs committed Jul 22, 2018
1 parent 0b59416 commit 2c2ff04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Simple python fiducial tracker

This piece of code uses OpenCV to detect the position of a marker in each frame captured by the video device. Based on the physical dimensions of the marker, it does pose estimation too. For each defined marker, data is available through UDP, in the form of plain text. It returns the translation of rotation of the object with respect to the camera, and the X-Y coordinates of the 2D centroid of the object appearing on the camera's image. If a marker is not visible, the returned numbers will be a NaN.
**Please note that this code does _NOT_ use temporal information for tracking.
Instead, it tries to detect the marker and estimate its pose in every captured frame.**
# Main features
* You can use **any** marker, a photo will suffice too
* Every key setting is available in a config file, which is in the standard `.ini` syntax.
Expand Down

0 comments on commit 2c2ff04

Please sign in to comment.