Skip to content
Snippets Groups Projects
Commit 97b2bb67 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Reorganise files

parent 258f28fa
No related branches found
No related tags found
1 merge request!354Add full 3D MLS and carving
Showing
with 25 additions and 25 deletions
set(OPERSRC set(OPERSRC
src/smoothing.cpp src/surface/smoothing.cpp
src/smoothing.cu src/surface/smoothing.cu
src/mls.cu src/surface/mls.cu
src/smoothchan.cu src/analysis/local/smoothchan.cu
src/operator.cpp src/operator.cpp
src/colours.cpp src/misc/colours.cpp
src/normals.cpp src/analysis/local/normals.cpp
src/filling.cpp src/surface/filling.cpp
src/filling.cu src/surface/filling.cu
src/disparity/libstereo.cpp src/disparity/libstereo.cpp
src/disparity/disp2depth.cu src/disparity/disp2depth.cu
src/disparity/disparity_to_depth.cpp src/disparity/disparity_to_depth.cpp
src/disparity/bilateral_filter.cpp src/disparity/bilateral_filter.cpp
src/disparity/opencv/disparity_bilateral_filter.cpp src/disparity/opencv/disparity_bilateral_filter.cpp
src/disparity/opencv/disparity_bilateral_filter.cu src/disparity/opencv/disparity_bilateral_filter.cu
src/segmentation.cu src/analysis/segmentation/segmentation.cu
src/segmentation.cpp src/analysis/segmentation/segmentation.cpp
src/mask.cu src/analysis/local/mask.cu
src/mask.cpp src/analysis/local/mask.cpp
src/antialiasing.cpp src/misc/antialiasing.cpp
src/antialiasing.cu src/misc/antialiasing.cu
src/fusion/mvmls.cpp src/fusion/mvmls.cpp
src/fusion/correspondence.cu src/fusion/correspondence.cu
src/fusion/correspondence_depth.cu src/fusion/correspondence_depth.cu
src/fusion/correspondence_util.cu src/fusion/correspondence_util.cu
src/fusion/mls_aggr.cu src/fusion/mls_aggr.cu
src/clipping.cpp src/misc/clipping.cpp
src/depth.cpp src/disparity/depth.cpp
src/detectandtrack.cpp src/analysis/tracking/detectandtrack.cpp
src/aruco.cpp src/analysis/tracking/aruco.cpp
src/weighting.cpp src/analysis/local/weighting.cpp
src/weighting.cu src/analysis/local/weighting.cu
src/poser.cpp src/misc/poser.cpp
src/gt_analysis.cpp src/analysis/evaluation/gt_analysis.cpp
src/gt_analysis.cu src/analysis/evaluation/gt_analysis.cu
) )
if (HAVE_LIBSGM) if (HAVE_LIBSGM)
...@@ -42,8 +42,8 @@ endif (HAVE_LIBSGM) ...@@ -42,8 +42,8 @@ endif (HAVE_LIBSGM)
if (HAVE_OPTFLOW) if (HAVE_OPTFLOW)
list(APPEND OPERSRC list(APPEND OPERSRC
src/nvopticalflow.cpp src/analysis/tracking/nvopticalflow.cpp
src/opticalflow.cu src/analysis/tracking/opticalflow.cu
src/disparity/optflow_smoothing.cu src/disparity/optflow_smoothing.cu
src/disparity/optflow_smoothing.cpp) src/disparity/optflow_smoothing.cpp)
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment