Skip to content

andrey-leshenko/chess_6dof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Chessboard Tracking

Get started by reading the Full Guide.

This repository contains code for tracking a chessboard in real-time using two cameras and triangulation. The position and rotation of the chessboard are calculated at each step. The rotation is found using the Kabsch SVD method. The image processing is done using OpenCV, and the output is visualized using the cv::viz module.

  • Under camutils/ are programs for doing internal calibration and measuring camera latency and framerate.
  • Under calib_data/ are the internal calibration files for our Sony PlayStationEye cameras.
  • Under track/ if the main chessboard tracking program.
  • Under docs/ is our guide that explains the theory behind this project.

Written by Andrey Leshenko, Eli Tarnarutsky and Shir Amir.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published