MarcelBruckner-TUMProjects / Volumetric-Fusion

3D Scanning & Spatial Learning course: Volumetric Fusion project
GNU General Public License v3.0
4 stars 0 forks source link

ChArUco Board Tracking #25

Closed kevinbein closed 4 years ago

kevinbein commented 4 years ago

For the camera calibration we should be using a ChArUco board instead of a single ArUco image. As mentioned in the OpenCV documentation, it is more robust and stable with the price of some performance loss.

https://docs.opencv.org/3.4/df/d4a/tutorial_charuco_detection.html

This is fine for camera calibration since here, precision is the key factor.

MarcelBruckner commented 4 years ago

As #26 gave really poor results we are back to the board.

MarcelBruckner commented 4 years ago

Is working really nice now. Further calibration work in #23