├── .gitattributes ├── .gitignore ├── CMakeLists.txt ├── LICENSE ├── data ├── 10.pcd ├── 11.pcd ├── 12.pcd ├── 13.pcd ├── 14.pcd ├── 15.pcd ├── 16.pcd ├── 17.pcd ├── 18.pcd ├── 19.pcd ├── 20.pcd ├── 21.pcd ├── 22.pcd ├── 23.pcd ├── 24.pcd ├── 25.pcd ├── 26.pcd ├── 27.pcd ├── 28.pcd ├── 29.pcd ├── 30.pcd ├── 31.pcd ├── 32.pcd ├── 33.pcd ├── 34.pcd ├── 35.pcd ├── 36.pcd ├── 37.pcd ├── 38.pcd ├── 39.pcd ├── 40.pcd ├── 41.pcd ├── 42.pcd ├── 43.pcd ├── 44.pcd ├── 45.pcd ├── 46.pcd ├── 47.pcd ├── 48.pcd ├── 49.pcd ├── 50.pcd ├── 51.pcd ├── 52.pcd ├── 53.pcd ├── 54.pcd ├── 55.pcd ├── 56.pcd ├── 6.pcd ├── 7.pcd ├── 8.pcd └── 9.pcd ├── include ├── 4D_Segmentation.h ├── Edges.h ├── GraphSegmentation.h ├── OpticalFlow.h ├── RegionTree.h ├── Segments.h └── TestVideoSegmentation.h └── src ├── 4D_Segmentation.cpp ├── CMakeLists.txt ├── GraphSegmentation.cpp ├── OpticalFlow.cpp ├── RegionTree.cpp └── TestVideoSegmentation.cpp /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/LICENSE -------------------------------------------------------------------------------- /data/10.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/10.pcd -------------------------------------------------------------------------------- /data/11.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/11.pcd -------------------------------------------------------------------------------- /data/12.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/12.pcd -------------------------------------------------------------------------------- /data/13.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/13.pcd -------------------------------------------------------------------------------- /data/14.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/14.pcd -------------------------------------------------------------------------------- /data/15.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/15.pcd -------------------------------------------------------------------------------- /data/16.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/16.pcd -------------------------------------------------------------------------------- /data/17.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/17.pcd -------------------------------------------------------------------------------- /data/18.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/18.pcd -------------------------------------------------------------------------------- /data/19.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/19.pcd -------------------------------------------------------------------------------- /data/20.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/20.pcd -------------------------------------------------------------------------------- /data/21.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/21.pcd -------------------------------------------------------------------------------- /data/22.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/22.pcd -------------------------------------------------------------------------------- /data/23.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/23.pcd -------------------------------------------------------------------------------- /data/24.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/24.pcd -------------------------------------------------------------------------------- /data/25.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/25.pcd -------------------------------------------------------------------------------- /data/26.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/26.pcd -------------------------------------------------------------------------------- /data/27.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/27.pcd -------------------------------------------------------------------------------- /data/28.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/28.pcd -------------------------------------------------------------------------------- /data/29.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/29.pcd -------------------------------------------------------------------------------- /data/30.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/30.pcd -------------------------------------------------------------------------------- /data/31.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/31.pcd -------------------------------------------------------------------------------- /data/32.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/32.pcd -------------------------------------------------------------------------------- /data/33.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/33.pcd -------------------------------------------------------------------------------- /data/34.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/34.pcd -------------------------------------------------------------------------------- /data/35.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/35.pcd -------------------------------------------------------------------------------- /data/36.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/36.pcd -------------------------------------------------------------------------------- /data/37.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/37.pcd -------------------------------------------------------------------------------- /data/38.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/38.pcd -------------------------------------------------------------------------------- /data/39.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/39.pcd -------------------------------------------------------------------------------- /data/40.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/40.pcd -------------------------------------------------------------------------------- /data/41.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/41.pcd -------------------------------------------------------------------------------- /data/42.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/42.pcd -------------------------------------------------------------------------------- /data/43.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/43.pcd -------------------------------------------------------------------------------- /data/44.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/44.pcd -------------------------------------------------------------------------------- /data/45.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/45.pcd -------------------------------------------------------------------------------- /data/46.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/46.pcd -------------------------------------------------------------------------------- /data/47.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/47.pcd -------------------------------------------------------------------------------- /data/48.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/48.pcd -------------------------------------------------------------------------------- /data/49.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/49.pcd -------------------------------------------------------------------------------- /data/50.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/50.pcd -------------------------------------------------------------------------------- /data/51.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/51.pcd -------------------------------------------------------------------------------- /data/52.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/52.pcd -------------------------------------------------------------------------------- /data/53.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/53.pcd -------------------------------------------------------------------------------- /data/54.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/54.pcd -------------------------------------------------------------------------------- /data/55.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/55.pcd -------------------------------------------------------------------------------- /data/56.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/56.pcd -------------------------------------------------------------------------------- /data/6.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/6.pcd -------------------------------------------------------------------------------- /data/7.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/7.pcd -------------------------------------------------------------------------------- /data/8.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/8.pcd -------------------------------------------------------------------------------- /data/9.pcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/data/9.pcd -------------------------------------------------------------------------------- /include/4D_Segmentation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/include/4D_Segmentation.h -------------------------------------------------------------------------------- /include/Edges.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/include/Edges.h -------------------------------------------------------------------------------- /include/GraphSegmentation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/include/GraphSegmentation.h -------------------------------------------------------------------------------- /include/OpticalFlow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/include/OpticalFlow.h -------------------------------------------------------------------------------- /include/RegionTree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/include/RegionTree.h -------------------------------------------------------------------------------- /include/Segments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/include/Segments.h -------------------------------------------------------------------------------- /include/TestVideoSegmentation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/include/TestVideoSegmentation.h -------------------------------------------------------------------------------- /src/4D_Segmentation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/src/4D_Segmentation.cpp -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/GraphSegmentation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/src/GraphSegmentation.cpp -------------------------------------------------------------------------------- /src/OpticalFlow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/src/OpticalFlow.cpp -------------------------------------------------------------------------------- /src/RegionTree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/src/RegionTree.cpp -------------------------------------------------------------------------------- /src/TestVideoSegmentation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StevenHickson/4D_Segmentation/HEAD/src/TestVideoSegmentation.cpp --------------------------------------------------------------------------------