Merge branch 'feature/314/twostepmesh' into 'master'
Partial implementation of #314 alternative rendering See merge request nicolas.pope/ftl!254
No related branches found
No related tags found
Checking pipeline status
Showing
- CMakeLists.txt 11 additions, 0 deletionsCMakeLists.txt
- applications/gui/src/camera.cpp 21 additions, 0 deletionsapplications/gui/src/camera.cpp
- applications/gui/src/src_window.cpp 8 additions, 9 deletionsapplications/gui/src/src_window.cpp
- components/codecs/include/ftl/codecs/channels.hpp 2 additions, 1 deletioncomponents/codecs/include/ftl/codecs/channels.hpp
- components/codecs/src/channels.cpp 1 addition, 1 deletioncomponents/codecs/src/channels.cpp
- components/common/cpp/include/ftl/config.h.in 6 additions, 0 deletionscomponents/common/cpp/include/ftl/config.h.in
- components/common/cpp/include/ftl/cuda_common.hpp 2 additions, 0 deletionscomponents/common/cpp/include/ftl/cuda_common.hpp
- components/operators/CMakeLists.txt 2 additions, 0 deletionscomponents/operators/CMakeLists.txt
- components/operators/include/ftl/operators/mask_cuda.hpp 15 additions, 13 deletionscomponents/operators/include/ftl/operators/mask_cuda.hpp
- components/operators/include/ftl/operators/smoothing.hpp 5 additions, 0 deletionscomponents/operators/include/ftl/operators/smoothing.hpp
- components/operators/include/ftl/operators/weighting.hpp 59 additions, 0 deletionscomponents/operators/include/ftl/operators/weighting.hpp
- components/operators/src/mask.cu 0 additions, 67 deletionscomponents/operators/src/mask.cu
- components/operators/src/smoothing.cpp 22 additions, 20 deletionscomponents/operators/src/smoothing.cpp
- components/operators/src/weighting.cpp 101 additions, 0 deletionscomponents/operators/src/weighting.cpp
- components/operators/src/weighting.cu 209 additions, 0 deletionscomponents/operators/src/weighting.cu
- components/operators/src/weighting_cuda.hpp 45 additions, 0 deletionscomponents/operators/src/weighting_cuda.hpp
- components/renderers/cpp/include/ftl/cuda/weighting.hpp 13 additions, 0 deletionscomponents/renderers/cpp/include/ftl/cuda/weighting.hpp
- components/renderers/cpp/include/ftl/render/render_params.hpp 11 additions, 0 deletions...onents/renderers/cpp/include/ftl/render/render_params.hpp
- components/renderers/cpp/src/CUDARender.cpp 52 additions, 21 deletionscomponents/renderers/cpp/src/CUDARender.cpp
- components/renderers/cpp/src/dibr.cu 39 additions, 6 deletionscomponents/renderers/cpp/src/dibr.cu
Loading
Please register or sign in to comment