ITK-SNAP 软件报错 “向量太长”

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

能导入进行处理就行

img

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;
}

在64位模式下编译程序,并加大内存试试

到报错信息提示的C盘路径下:C:/Users/…/AppData/Roaming/itksnap.org/ITK-
SNAP/UserPreferences.xml
删除UserPreferences.xml即可

试试呢 到报错信息提示的C盘路径下:C:/Users/…/AppData/Roaming/itksnap.org/ITK-
SNAP/UserPreferences.xml
删除UserPreferences.xml即可