Resolves #37 cuda streams in reconstruct
Showing
- applications/reconstruct/CMakeLists.txt 2 additions, 0 deletionsapplications/reconstruct/CMakeLists.txt
- applications/reconstruct/include/ftl/depth_camera.hpp 10 additions, 127 deletionsapplications/reconstruct/include/ftl/depth_camera.hpp
- applications/reconstruct/include/ftl/depth_camera_params.hpp 82 additions, 0 deletionsapplications/reconstruct/include/ftl/depth_camera_params.hpp
- applications/reconstruct/include/ftl/ray_cast_params.hpp 5 additions, 0 deletionsapplications/reconstruct/include/ftl/ray_cast_params.hpp
- applications/reconstruct/include/ftl/ray_cast_sdf.hpp 2 additions, 2 deletionsapplications/reconstruct/include/ftl/ray_cast_sdf.hpp
- applications/reconstruct/include/ftl/ray_cast_util.hpp 10 additions, 10 deletionsapplications/reconstruct/include/ftl/ray_cast_util.hpp
- applications/reconstruct/include/ftl/voxel_hash.hpp 3 additions, 3 deletionsapplications/reconstruct/include/ftl/voxel_hash.hpp
- applications/reconstruct/include/ftl/voxel_scene.hpp 7 additions, 2 deletionsapplications/reconstruct/include/ftl/voxel_scene.hpp
- applications/reconstruct/src/camera_util.cu 2 additions, 2 deletionsapplications/reconstruct/src/camera_util.cu
- applications/reconstruct/src/compactors.cu 16 additions, 16 deletionsapplications/reconstruct/src/compactors.cu
- applications/reconstruct/src/compactors.hpp 2 additions, 2 deletionsapplications/reconstruct/src/compactors.hpp
- applications/reconstruct/src/garbage.cu 155 additions, 0 deletionsapplications/reconstruct/src/garbage.cu
- applications/reconstruct/src/garbage.hpp 14 additions, 0 deletionsapplications/reconstruct/src/garbage.hpp
- applications/reconstruct/src/integrators.cu 191 additions, 0 deletionsapplications/reconstruct/src/integrators.cu
- applications/reconstruct/src/integrators.hpp 16 additions, 0 deletionsapplications/reconstruct/src/integrators.hpp
- applications/reconstruct/src/ray_cast_sdf.cpp 22 additions, 21 deletionsapplications/reconstruct/src/ray_cast_sdf.cpp
- applications/reconstruct/src/ray_cast_sdf.cu 36 additions, 28 deletionsapplications/reconstruct/src/ray_cast_sdf.cu
- applications/reconstruct/src/scene_rep_hash_sdf.cu 13 additions, 329 deletionsapplications/reconstruct/src/scene_rep_hash_sdf.cu
- applications/reconstruct/src/virtual_source.cpp 7 additions, 3 deletionsapplications/reconstruct/src/virtual_source.cpp
- applications/reconstruct/src/voxel_scene.cpp 41 additions, 29 deletionsapplications/reconstruct/src/voxel_scene.cpp
Loading
Please register or sign in to comment