0

I have a 3D volumetic data segmented from CT image, and want to directly convert that 3D volumetic data into vtk 3D mesh data (perhaps, vtkPolyData something like that). This 3D volumetic data is not spherical topology, instead it has a few holes in it.

Does someone help me what vtk function/class should I use for it?

1 Answers1

0

I've only used vtk to do volume isosurface rendering from a Python vtk wrapper (mayavi/mlab), but that might give some hints for whatever your environment is: https://stackoverflow.com/a/6031871/24283

Community
  • 1
  • 1
timday
  • 24,582
  • 12
  • 83
  • 135