This is the collection of 3D reconstruction and depth fusion methods
1.TSDF: https://github.com/andyzeng/tsdf-fusion
2.Mobile Fusion: https://github.com/rogermm14/rec3D
3.RealTime Kinect Fusion: https://github.com/rogermm14/rec3D
4.MV Stereopsis: https://github.com/kysucix/gipuma https://github.com/kysucix/fusibile
5.Gipmuma: https://github.com/kysucix/gipuma (clear structure and provide many useful operations: build mesh, rander, disparity->depth->point cloud)
6.COLMAP: https://colmap.github.io/ (more complicated and have matlab, python et.al interface)
7.OctNet: https://github.com/griegler/octnetfusion (a network for depth fusion and reconstruction)
8.FastFusion: https://github.com/tum-vision/fastfusion (a implmentation of TSDF, which achieves real-time 3D reconstruction)
1.Poisson: https://github.com/mkazhdan/PoissonRecon
2.Learning a multi-view stereo matching:https://github.com/akar43/lsm (a network for multi-view reconstruction, provide some useful operations like projection and reprojection in network)
3.SurfaceNet:https://github.com/mjiUST/SurfaceNet (a network for 2D->3D reconstruction)