cgalmesh
3D mesh generation from volumetric image
- Provided by: iso2mesh-tools (Version: 1.9.8+ds-3)
- Source: octave-iso2mesh
- Report a bug
3D mesh generation from volumetric image
cgalmesh input.inr output.mesh <angle|30> <surf-size|6> <approx|4> <rad-edge-ratio|3> <tetra-size|8> <randomseed|-1>
The cgalmesh utility is a volume-to-tetrahedral-mesh converter based on the CGAL library (http://cgal.org). This utility is capable of reading a binary, multi-labled or gray-scale based 3D volumetric image and output a tetrahedral mesh conforming to the volume, with each region labeled correspondingly to the volume labels.
Please see https://doc.cgal.org/latest/Mesh_3/ for details regarding the underlying algorithm.
This program accepts the following input parameters:
cgalsurf(7), cgalsimp2(7), cgalpoly(7), cork(7), meshfix(7), jmeshlib(7)
Qianqian Fang (fangqq@gmail.com) and Peter Varga