Extracting isosurfaces from scalar functions is a common method for generating 3D meshes. An isosurface is a subspace with equal values of the...
Enhancing basic viewers in CGAL
Mostafa Ashraf Mohamed
Visualization is an important aspect of computer graphics because it’s useful to visualize the result of an algorithm and help to debug errors in...
Spectral Surface Reconstruction
Hongyi Liu
Surface reconstruction recovers a watertight surface mesh from a given set of oriented or unoriented point clouds. Given a tensor field that...
Interpolated Corrected Curvature Measures.
Hossam Mohamed Saeed
This project will implement Interpolated Corrected Curvature Measures for triangular meshes based on “Lachaud, J.-O., Romon, P., Thibert, B. and...
Remove Boost Parameter Dependency
G Yuvan Shankar
CGAL currently uses the Boost Parameter Library to provide a convenient way for users to pass parameters. However, with the evolution of C++...
Isosurfacing: Marching Cubes and Dual Contouring in Octrees
asipos
An isosurface is a 3D surface representation of points with equal values of a scalar function defined in 3D space. The task of isosurfacing consists...