andyzeng / tsdf-fusion

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

depth_im should be initialized on heap #3

Open rohanchabra opened 7 years ago

rohanchabra commented 7 years ago

VC++ 15 on release mode is giving stack overflow if we initialize depth_im on stack