[vtkusers] Marching Cubes

Charl P. Botha cpbotha at cpbotha.net
Thu Feb 16 07:02:23 EST 2006


On 2/16/06, Karl Fritscher <Karl.Fritscher at umit.at> wrote:
> I would like to use one of VTK's implementations of the marching cubes algorithm and would like to know, if it is possible to use one of the algorithms with non binary images (e.g. CT or MR data) by setting a threshold value.

Yes.

See any of the examples under VTK/Examples/Medical - they all use an
instance of vtkContourFilter which has the same interface for this
type of data as the vtkMarchingCubes class.

> Moreover, it would be interesting if the algorithms also perform step 5 of the summary of Mr. Lorensen' s paper(Marching cubes: Ahigh resolution 3D surface construction algorithm"): "Using the densities at each vertex, find the surface-edge intersection via linear interpolation"?

Yes.



More information about the vtkusers mailing list