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.
我尝试使用 vtkGDCMImageReader 读取 DICOM 文件,但在调用更新方法时发生访问冲突。这是我的代码:
vtkGDCMImageReader * reader = vtkGDCMImageReader::New(); reader->SetFileName("IMG00000"); reader->Update();
代码有什么问题,或者仅仅是因为我没有正确编译 GDCM 的 VTK 包装器。有人可以给我一个例子吗?非常感谢。