Skip to content

javierre/Aruco_Tracker

 
 

Repository files navigation

Aruco Tracker

HitCount

Aruco Tracker is a small program written in python to find a registered aruco marker and then run a pose estimation algorithm on it.

Dependencies

  • Python 3.x
  • Numpy
  • OpenCV 3.3+
  • OpenCV 3.3+ Contrib modules

Scripts

  1. camera_calibration.py : Shows the steps required to calibrate a camera using opencv default calibration images and writes the value to a file.

  2. extract_calibration.py : This script shows how to open and extract the calibration values from a file.

  3. pose_estimation.py : Steps to extract pose of an checkerboard marker.

  4. aruco_tracker.py : Extracts pose of multiple aruco markers from a webcam stream.

About

Aruco Markers for pose estimation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%