SimpleITK
SimpleITK copied to clipboard
SimpleITK: a layer built on top of the Insight Toolkit (ITK), intended to simplify and facilitate ITK's use in rapid prototyping, education and interpreted languages.
Hello, I'm trying to build SimpleITK 2.2 rc4 on a Windows machine using VS 2019. I get errors for the Elastix and SimpleITK projects for both debug and release. I...
InsightSoftwareConsortium/ITK#3511
InsightSoftwareConsortium/ITK#3496
The [elx.cxx](https://github.com/SimpleITK/SimpleITK/blob/master/Examples/elx.cxx) and [tfx.cxx](https://github.com/SimpleITK/SimpleITK/blob/master/Examples/tfx.cxx) examples should be updated to be in separate directory, multiple languages, and integrated into the sphinx documentation.
The Doxygen comment strings are minimal to non-existent for the above classes. The class level documentation needs improvement.
My configuration have a failed. What should I do? I hope you can help me. Thank you very much! 
When I read the DICOM file using SimpleITK, the following problem occurred: Exception thrown in SimpleITK ImageFileReader_Execute: d:\a\1\sitk-build\itk\modules\thirdparty\gdcm\src\gdcm\source\common\gdcmException.h:74 (): Impossible The code I use is as follows: import SimpleITK as...