Mesh reconstruction from a volumic image using Marching Cube algorithm. More...
Classes | |
class | ImageReconstructionAction |
The class ImageReconstructionAction interfaces the reconstruction of 3D volumes from a set of images (ImageComponent), typically using the marching cubes algorithm. More... | |
class | ReconstructionExtension |
This reconstruction action extension. More... | |
Mesh reconstruction from a volumic image using Marching Cube algorithm.
The reconstruction actions allows the user to compute a 3D camitk::MeshComponent from a camitk::ImageComponent This action use the famous Marching Cube algorithm to compute the surfacic mesh from the volumic image.