ITK-SNAP 软件导入Dicom 文件报错 “向量太长”,请问这种情况怎么解决?
能导入进行处理就行

Error: exception occured during inage IO. Exception:
vector too long
错误:inage IO期间发生异常。例外情况:
矢量太长
思路1、
尝试并将所有调整大小的调用包装在一个
try {
// resize call here
} catch (Exception &e) {
std::cerr << e.what() << std::endl
<< "Some text that identifies the line" << std::endl;
}