itk定义readertype的时候,编译没有问题,运行的时候,总是在readertype这个定义指针出现错误
ReaderType::Pointer reader = ReaderType::New();这里出错,跟踪下去是在
/** Specify the file to read. This is forwarded to the IO instance. */
itkSetGetDecoratedInputMacro(FileName, std::string);
停止。
导致读取dicom数据无法进行。请大佬赐教
ReaderType::Pointer reader = ReaderType::New();这里出错,跟踪下去是在
/** Specify the file to read. This is forwarded to the IO instance. */
itkSetGetDecoratedInputMacro(FileName, std::string);
停止。
导致读取dicom数据无法进行。请大佬赐教