Enum SurfaceReconstructionMethod
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
Methods for reconstructing surfaces from point clouds.
public enum SurfaceReconstructionMethod
Fields
AlphaShape = 3Alpha shape algorithm.
BallPivoting = 1Ball pivoting algorithm (preserves sharp features).
MarchingCubes = 2Marching cubes on a voxel grid.
Poisson = 0Poisson surface reconstruction (smooth, watertight meshes).