Implements #228 adaptive MLS and smoothing channel
Showing
- CMakeLists.txt 1 addition, 1 deletionCMakeLists.txt
- applications/reconstruct/CMakeLists.txt 1 addition, 1 deletionapplications/reconstruct/CMakeLists.txt
- applications/reconstruct/src/main.cpp 17 additions, 52 deletionsapplications/reconstruct/src/main.cpp
- components/codecs/src/nvpipe_encoder.cpp 5 additions, 0 deletionscomponents/codecs/src/nvpipe_encoder.cpp
- components/common/cpp/include/ftl/cuda_common.hpp 17 additions, 0 deletionscomponents/common/cpp/include/ftl/cuda_common.hpp
- components/filters/include/ftl/filters/smoothing.hpp 0 additions, 25 deletionscomponents/filters/include/ftl/filters/smoothing.hpp
- components/filters/src/smoothing.cpp 0 additions, 55 deletionscomponents/filters/src/smoothing.cpp
- components/operators/CMakeLists.txt 9 additions, 4 deletionscomponents/operators/CMakeLists.txt
- components/operators/include/ftl/operators/colours.hpp 25 additions, 0 deletionscomponents/operators/include/ftl/operators/colours.hpp
- components/operators/include/ftl/operators/normals.hpp 45 additions, 0 deletionscomponents/operators/include/ftl/operators/normals.hpp
- components/operators/include/ftl/operators/operator.hpp 117 additions, 0 deletionscomponents/operators/include/ftl/operators/operator.hpp
- components/operators/include/ftl/operators/smoothing.hpp 104 additions, 0 deletionscomponents/operators/include/ftl/operators/smoothing.hpp
- components/operators/src/colours.cpp 26 additions, 0 deletionscomponents/operators/src/colours.cpp
- components/operators/src/mls.cu 314 additions, 0 deletionscomponents/operators/src/mls.cu
- components/operators/src/normals.cpp 76 additions, 0 deletionscomponents/operators/src/normals.cpp
- components/operators/src/operator.cpp 87 additions, 0 deletionscomponents/operators/src/operator.cpp
- components/operators/src/smoothchan.cu 82 additions, 0 deletionscomponents/operators/src/smoothchan.cu
- components/operators/src/smoothing.cpp 253 additions, 0 deletionscomponents/operators/src/smoothing.cpp
- components/operators/src/smoothing.cu 2 additions, 0 deletionscomponents/operators/src/smoothing.cu
- components/operators/src/smoothing_cuda.hpp 73 additions, 0 deletionscomponents/operators/src/smoothing_cuda.hpp
Loading
Please register or sign in to comment