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
src/smoothing.cpp
src/smoothing.cu
src/mls.cu
src/smoothchan.cu
src/surface/smoothing.cpp
src/surface/smoothing.cu
src/surface/mls.cu
src/analysis/local/smoothchan.cu
src/operator.cpp
src/colours.cpp
src/normals.cpp
src/filling.cpp
src/filling.cu
src/misc/colours.cpp
src/analysis/local/normals.cpp
src/surface/filling.cpp
src/surface/filling.cu
src/disparity/libstereo.cpp
src/disparity/disp2depth.cu
src/disparity/disparity_to_depth.cpp
src/disparity/bilateral_filter.cpp
src/disparity/opencv/disparity_bilateral_filter.cpp
src/disparity/opencv/disparity_bilateral_filter.cu
src/segmentation.cu
src/segmentation.cpp
src/mask.cu
src/mask.cpp
src/antialiasing.cpp
src/antialiasing.cu
src/analysis/segmentation/segmentation.cu
src/analysis/segmentation/segmentation.cpp
src/analysis/local/mask.cu
src/analysis/local/mask.cpp
src/misc/antialiasing.cpp
src/misc/antialiasing.cu
src/fusion/mvmls.cpp
src/fusion/correspondence.cu
src/fusion/correspondence_depth.cu
src/fusion/correspondence_util.cu
src/fusion/mls_aggr.cu
src/clipping.cpp
src/depth.cpp
src/detectandtrack.cpp
src/aruco.cpp
src/weighting.cpp
src/weighting.cu
src/poser.cpp
src/gt_analysis.cpp
src/gt_analysis.cu
src/misc/clipping.cpp
src/disparity/depth.cpp
src/analysis/tracking/detectandtrack.cpp
src/analysis/tracking/aruco.cpp
src/analysis/local/weighting.cpp
src/analysis/local/weighting.cu
src/misc/poser.cpp
src/analysis/evaluation/gt_analysis.cpp
src/analysis/evaluation/gt_analysis.cu
)
if (HAVE_LIBSGM)
......@@ -42,8 +42,8 @@ endif (HAVE_LIBSGM)
if (HAVE_OPTFLOW)
list(APPEND OPERSRC
src/nvopticalflow.cpp
src/opticalflow.cu
src/analysis/tracking/nvopticalflow.cpp
src/analysis/tracking/opticalflow.cu
src/disparity/optflow_smoothing.cu
src/disparity/optflow_smoothing.cpp)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment