Delaunay triangulation in 3D space, to reconstruct convex hull from spherical dot cloud.
- 3D spherical dot cloud based on real environment layout can be generated by laser scanner or stereo camera.
- Triangulation helps reveal the geometry structure of the dot cloud and is the most important step towards reconstruction.
- Change solution configuration to release mode(VTK lib in this project only support release mode).
- Build to restore VTK package from nuget.org, compile and run.
- From command window, you can choose to use random dot cloud generator or import your own dot cloud file.
- For dot cloud file format, you can refer to sample.txt: "# x y z Red Green Blue"
- Random dot cloud generator will also save a file when executing.
- Sample output:
Will explain later with image
Handle holes left due to removing auxiliary trianglesFix potential dealoop in triangle searching operation