VoxelHashing icon indicating copy to clipboard operation
VoxelHashing copied to clipboard

New input format reader

Open pavan4 opened this issue 4 years ago • 0 comments

  • New input reads individual depthmaps and rgb images
  • s_sensorIdx =9 is the new reader
  • s_startFrame, s_nVideoFrame are new params for setting frame read sequence
  • Set the folder dump with s_binaryDumpSensorFile[0]
  • Built successfully with VS 2019, CUDA 10.1, and OpenCV 4.4.0
  • Adapted from here
folder structure
root
|-depth images (folder)
|-vga images (folder)
|-camerainfo.txt (camera params)
|-depth_vga.txt (depth-rgb image correspondences)

pavan4 avatar Oct 28 '20 19:10 pavan4