I've compiled GDCM using CMake (using VS2012). However, I can't find gdcm2vtk.exe
in my bin/Debug
folder.
I was able to find gdcmimg.exe
, would that one work to convert a stack of images into 3D?
I've read somewhere that if I'm able to generate a vti file from the stack of images then I'll be able to show it using ActiViz.
Is there any known reason why I'm not seeing the file gdcm2vtk.exe? It is in the source code (I can find the gdcm2vtk.cxx source code).