andyzeng / tsdf-fusion

Fuse multiple depth frames into a TSDF voxel volume.
http://andyzeng.github.io/
BSD 2-Clause "Simplified" License
728 stars 134 forks source link

Problem for ".png" to ".bin" #1

Closed yxliwhu closed 7 years ago

yxliwhu commented 7 years ago

@andyzeng Whether this is the method to get .bin file from .png file used in SSCNET or not?

andyzeng commented 7 years ago

This code converts a sequence of registered depth images (saved in .png files) to a TSDF volume saved in a .bin file. Only part of the data layer code from SSCNET uses this code.