ITK icon indicating copy to clipboard operation
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...

Results 369 ITK issues
Sort by recently updated
recently updated
newest added

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: ```...

type:Compiler
area:IO

This is a common use case. Without this patch, a segfault results.

type:Bug
area:Python wrapping
type:Testing

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...

type:Compiler
area:Core
area:Segmentation
action:ApplyClangFormat

### 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`...

type:Bug

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)...

type:Compiler
area:ThirdParty

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...

type:Compiler

This needs to be set to double. Previous values result in a value like SL, which results in incorrect values.

type:Bug
area:Python wrapping
type:Testing
area:Bridge

### 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...

type:Bug

### 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...

type:Compiler