ITK
ITK copied to clipboard
Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimens...
### Description Building ITK v5.1.2 with DBUILD_TESTING:BOOL=ON failes due to MD5 issues with external data. ### Steps to Reproduce This is conducted through SuperBuild of SimpleITK, however the issue lies...
Declared Get/Set member functions non-virtual _by default_ when `ITK_FUTURE_LEGACY_REMOVE` is set. Added `itkVirtual` and `itkNonVirtual` Get/Set macro's, to explicitly choose between virtual and non-virtual. Observed a significant reduction in the...
### Description ITK includes typeinfo in itkMacro.h, which is a C++ header file, but compiles part of its code with a C compiler. This leads to the following error: #include...
Compiling after re-configure fails: ``` cd build; cmake . ; cmake --build .; ``` ```cpp cmake --build . 13:56:05 [2/5] Building C object Modules/ThirdParty/HDF5/src/itkhdf5/src/CMakeFiles/hdf5-static.dir/__/H5Tinit.c.o FAILED: Modules/ThirdParty/HDF5/src/itkhdf5/src/CMakeFiles/hdf5-static.dir/__/H5Tinit.c.o /usr/lib/colorgcc/bin/cc -D_GNU_SOURCE...
Hi all, This is the more errors from https://github.com/InsightSoftwareConsortium/ITK/issues/2637. Notice "Modules/ThirdParty/KWSys/src/KWSys/SystemTools.cxx" has been fixed, but the one under build dir still failed, not sure if they are the same file....
Add a new test to the `IODCMTK` module to increase the coverage of the `itk::DCMTKFileReader::GetElement*` methods. ## PR Checklist - [X] No [API changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#breaking-changes) were made (or the changes have...
### Description ITK **exceptions** are largely **non-specific**, i.e. a general `itkExceptionMacro` can loosely used to throw virtually any type of exception. Making exceptions be more specific, including the messages, would...
### Description The ITK SW Guide states in the `Messages in Tests` subsection of its [Coding Style Guide](https://github.com/InsightSoftwareConsortium/ITKSoftwareGuide/blob/master/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex) appendix: - What an ideal/informative message for missing parameters would be -...
### Description When compiling ITK with the `IODCMTK` third-party module, the compiler shows a warning saying that the file `config/include/dcmtk/config/arith.h` is generated with Mac file format, and that it should...
### Description WatershedImageFilter produces an itk.ULL (IdentifierType) Image. CastImageFilter doesn't wrap itk.ULL. https://github.com/InsightSoftwareConsortium/ITK/blob/f98f6a8920c2b8af175865458fade50439a81c3a/Modules/Segmentation/Watersheds/include/itkWatershedImageFilter.h ### Expected behavior The current Python example: https://itk.org/ITKExamples/src/Segmentation/Watersheds/SegmentWithWatershedImageFilter/Documentation.html works by using ScalarToRGBColormapImageFilter which is wrapped for ULL....