alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.89k stars 806 forks source link

Clean and rework meshing code #1672

Closed servantftechnicolor closed 4 months ago

servantftechnicolor commented 4 months ago

This PR is making a first step toward a more readable meshing code

  1. PointCloud class for creating point cloud from sfmData or depthmaps
  2. Tetrahedralization class for everything related to delauny cells management
  3. GraphFilling class for Filling the graphcut and binarize the problem
  4. Mesher class to postprocess the binary graph and generate the mesh