I've managed to compile GDCM with VTK and I have a particular application I would like to use, which is the "gdcm2vtk.exe".
Now, how's the syntax for converting a stack of imags into a ".vti" file? so far I have this:
gdcm2vtk Input_Directory file.vti
Now, when I run somthing like this: gdcm2vtk "C:/dicom/dicom directory" output.vti I get an error: could not find no reader to handle file: "C:/dicom/dicom directory"
Is there anything I'm missing there?