A C/C++ implementation of the Marching Cubes algorithm for extracting 3D isosurfaces from volumetric data (e.g., CT scans, MRI data). This program converts 3D voxel data into VRML 1.0 mesh format for ...
Abstract: Three dimension (3D) reconstruction of medical images is widely applied to clinical diagnosis and treatment. The Marching Cubes (MC) algorithm is a well-known surface rendering method.