Hello.
I am a novice in the use of VTK.
I need to display the tomographic images DICOM files from a directory of 3D objects.
I have downloaded all the files, but they overlap and can not create a 3D object to work.
I do so:
void AddToWindow(vtk.vtkRenderWindow renWin)
{
vtk.vtkDICOMImageReader reader = new vtk.vtkDICOMImageReader();...
2009-07-29 07:50:23 UTC in VTK .NET