Refactor rtcensus into separate algorithm components
Showing
- cv-node/CMakeLists.txt 6 additions, 1 deletioncv-node/CMakeLists.txt
- cv-node/include/ftl/cuda_algorithms.hpp 19 additions, 0 deletionscv-node/include/ftl/cuda_algorithms.hpp
- cv-node/include/ftl/cuda_common.hpp 7 additions, 5 deletionscv-node/include/ftl/cuda_common.hpp
- cv-node/src/algorithms/consistency.cu 49 additions, 0 deletionscv-node/src/algorithms/consistency.cu
- cv-node/src/algorithms/rtcensus.cu 21 additions, 128 deletionscv-node/src/algorithms/rtcensus.cu
- cv-node/src/algorithms/sparse_census.cu 81 additions, 0 deletionscv-node/src/algorithms/sparse_census.cu
- cv-node/src/algorithms/tex_filter.cu 54 additions, 0 deletionscv-node/src/algorithms/tex_filter.cu
cv-node/include/ftl/cuda_algorithms.hpp
0 → 100644
cv-node/src/algorithms/consistency.cu
0 → 100644
cv-node/src/algorithms/sparse_census.cu
0 → 100644
cv-node/src/algorithms/tex_filter.cu
0 → 100644
Please register or sign in to comment