Commits on Source (3)
-
Nicolas Pope authored
-
Nicolas Pope authored
Implements #233 cross support region for MLS Closes #233 See merge request nicolas.pope/ftl!160
-
Nicolas Pope authored
Showing
- applications/reconstruct/src/main.cpp 5 additions, 2 deletionsapplications/reconstruct/src/main.cpp
- components/operators/CMakeLists.txt 9 additions, 2 deletionscomponents/operators/CMakeLists.txt
- components/operators/include/ftl/operators/segmentation.hpp 40 additions, 0 deletionscomponents/operators/include/ftl/operators/segmentation.hpp
- components/operators/src/mls.cu 111 additions, 0 deletionscomponents/operators/src/mls.cu
- components/operators/src/segmentation.cpp 47 additions, 0 deletionscomponents/operators/src/segmentation.cpp
- components/operators/src/segmentation.cu 119 additions, 0 deletionscomponents/operators/src/segmentation.cu
- components/operators/src/segmentation_cuda.hpp 23 additions, 0 deletionscomponents/operators/src/segmentation_cuda.hpp
- components/operators/src/smoothing.cpp 28 additions, 12 deletionscomponents/operators/src/smoothing.cpp
- components/operators/src/smoothing_cuda.hpp 12 additions, 0 deletionscomponents/operators/src/smoothing_cuda.hpp
- components/rgbd-sources/src/sources/stereovideo/stereovideo.cpp 3 additions, 0 deletions...ents/rgbd-sources/src/sources/stereovideo/stereovideo.cpp
components/operators/src/segmentation.cpp
0 → 100644
components/operators/src/segmentation.cu
0 → 100644