I start to work with C++ and VTK libraries and I'm trying to build this tutorial: http://www.vtk.org/Wiki/VTK/Examples/Cxx/Medical/GenerateModelsFromLabels The input argumentn (for me is a NIFTI file) must be in META Format but I don't understand how convert my NIFTI file in this META Format with VTK libraries. Any ideas? Thank you! :)
You can read the nifti file with vtkNIFTIImageReader instead of vtkMetaImageReader