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...
Fix implicit copy constructor definition deprecation warnings in image/mesh file reader exception classes by using explicitly the compiler-provided default implementation (together with the assignment assignment and move semantics). Fixes: ```...
This is a common use case. Without this patch, a segfault results.
Fix compiler warnings issues with python building turned on. ## PR Checklist - [x] No [API changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#breaking-changes) were made (or the changes have been approved) - [x] No [major design...
### Description The following CMake options/varaibles are not marked as advacned. COREFOUNDATION_LIBRARY */Applications/Xcode_14.2.app/Contents/Develop GDCM_USE_COREFOUNDATION_LIBRAR *ON Module_FastBilateral *OFF OPJ_USE_DSYMUTIL *OFF ### Steps to Reproduce The above where included in the `ccmake`...
Three tests fail in ITK for Release and RelWithDebInfo builds on Ubuntu 24.04 with GCC 13.2: itkGDCMLegacyMultiFrameTest (Failed) itkGDCMImageReadWriteTest_MultiFrameMRIZSpacing (Failed) itkGDCM_ComplianceTest_singlebit (Failed) (Note: Debug builds do not fail these tests)...
I only get segmentation fault. I can share the code I wrote but not the Dicom series. The code I wrote works for all others but not for some particular...
### Description Installation failure I was going to reinstall my itk which happens to have an empty _init.py__ file (no attributes e.g. itk.image) ``` AttributeError: module 'itk' has no attribute...
This needs to be set to double. Previous values result in a value like SL, which results in incorrect values.
### Description - Calling NrrdImageIO::Write(const void* buffer) with a buffersize larger than 1025 byte. - This will finally be passed to _biffMsgAddVL(biffMsg *msg, const char *errfmt, va_list args) as argument...
### Description The forth coming LTR Ubuntu 24.04 (on April 25, 2024) is distributed with GCC 13.2 compiler. ITK should build cleanly with this new standard compiler. ### Steps to...