Implements #271 depth compression
Showing
- components/codecs/CMakeLists.txt 1 addition, 0 deletionscomponents/codecs/CMakeLists.txt
- components/codecs/include/ftl/codecs/bitrates.hpp 2 additions, 0 deletionscomponents/codecs/include/ftl/codecs/bitrates.hpp
- components/codecs/include/ftl/codecs/nvpipe_decoder.hpp 1 addition, 0 deletionscomponents/codecs/include/ftl/codecs/nvpipe_decoder.hpp
- components/codecs/include/ftl/codecs/nvpipe_encoder.hpp 2 additions, 0 deletionscomponents/codecs/include/ftl/codecs/nvpipe_encoder.hpp
- components/codecs/src/decoder.cpp 2 additions, 0 deletionscomponents/codecs/src/decoder.cpp
- components/codecs/src/depth_convert.cu 99 additions, 0 deletionscomponents/codecs/src/depth_convert.cu
- components/codecs/src/depth_convert_cuda.hpp 16 additions, 0 deletionscomponents/codecs/src/depth_convert_cuda.hpp
- components/codecs/src/nvpipe_decoder.cpp 28 additions, 10 deletionscomponents/codecs/src/nvpipe_decoder.cpp
- components/codecs/src/nvpipe_encoder.cpp 51 additions, 10 deletionscomponents/codecs/src/nvpipe_encoder.cpp
- components/codecs/test/CMakeLists.txt 1 addition, 0 deletionscomponents/codecs/test/CMakeLists.txt
- components/rgbd-sources/include/ftl/rgbd/streamer.hpp 1 addition, 0 deletionscomponents/rgbd-sources/include/ftl/rgbd/streamer.hpp
- components/rgbd-sources/src/streamer.cpp 18 additions, 2 deletionscomponents/rgbd-sources/src/streamer.cpp
components/codecs/src/depth_convert.cu
0 → 100644
components/codecs/src/depth_convert_cuda.hpp
0 → 100644
Please register or sign in to comment