MarcelBruckner-TUMProjects / Volumetric-Fusion

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

Improve Calibration by optimizing over the transformations #30

Closed MarcelBruckner closed 4 years ago

MarcelBruckner commented 4 years ago

Currently we rely on the semi robust OpenCV calibration. We need to implement Backpropagation to also use depth information and to better align the pointclouds. We should at first use Ceres for CPU implementation and then maybe implement a GPU version if there is time.

MarcelBruckner commented 4 years ago

10 #2 #23