Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始使用 C++ 和 VTK 库,我正在尝试构建本教程:http ://www.vtk.org/Wiki/VTK/Examples/Cxx/Medical/GenerateModelsFromLabels 输入参数(对我来说是一个 NIFTI 文件) 必须是 META 格式,但我不明白如何使用 VTK 库将我的 NIFTI 文件转换为这种 META 格式。有任何想法吗?谢谢!:)
您可以使用 vtkNIFTIImageReader 而不是 vtkMetaImageReader 读取 nifti 文件