Forked from: https://github.com/njanirudh/Aruco_Tracker/
- Python 3.x
- Numpy
- OpenCV 3.3+
- OpenCV 3.3+ Contrib modules
-
calib_image_taken.py : Move the checkedboard inside camera range and take 50 photos (for calibration)
-
camera_calibration.py : opencv default calibration images and writes the value to calib_images/test.yaml.
-
extract_calibration.py : This script shows how to open and extract the calibration values from a file.
-
object_manipulator_pose_estimation.py : compute the difference of rotation & translation vectors between the manipulator base and object (between 2 aruco marker IDs).
- https://docs.opencv.org/3.4.0/d5/dae/tutorial_aruco_detection.html
- https://docs.opencv.org/3.4.3/dc/dbb/tutorial_py_calibration.html
- https://docs.opencv.org/3.1.0/d5/dae/tutorial_aruco_detection.html
- Author : Phi Tien Hoang
- E-mail : phitien@skku.edu
- Organization : Robotory-SKKU-S.Korea