MarcelBruckner-TUMProjects / Volumetric-Fusion

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

Remove Pointcloud creation in every frame #28

Closed MarcelBruckner closed 4 years ago

MarcelBruckner commented 4 years ago

Currently every pipeline creates the whole pointcloud in CPU for every acquired frame. We don't need this explicit representation and should at some point just rely on the depth and color image to render and process.

10