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

Error reading a large file, ITK ERROR: GDCMImageIO(0x7fdbbd523570): Buffer size 19887104 is not valid. Originally reported via [SimpleITK #1434](https://github.com/SimpleITK/SimpleITK/issues/1434), see sample file there. Also see discussion on [GDCM mailing list](https://sourceforge.net/p/gdcm/mailman/gdcm-developers/?viewmonth=202108).

type:Bug

Configure: https://github.com/actions/first-interaction

type:Infrastructure
status:Backlog

### Description There seems to be a problem using the ShapePriorMAPCostFunction class in python. When assigning the mean and stddev vectors and then printing the cost function object, those arrays...

type:Bug
area:Python wrapping

### Description Identical code (written in python & C++) results in different images being written to disk. The python code writes an image to disk with Identity direction cosine, even...

type:Bug
status:Backlog

### Description There seems to be an inconsistent behaviour in how `itk::MaximumProjectionImageFilter` creates its output: if I pass a 3D image (XYZ axes) and ask for a maximum projection along...

type:Bug
status:Backlog

### Description Briefly: calling `np.mean()` on an instance of `itk.itkPyBufferPython.NDArrayITKBase` returns a single value of type `itk.itkPyBufferPython.NDArrayITKBase` whereas `np.mean()` called on an `numpy.ndarray` returns a scalar `numpy.float32`. This causing what...

type:Bug
status:Backlog

Hello, I may have not searched thoroughly but I am surprised not to have found an issue about this: - `itkGDCMSeriesFileNames` seems to suffer from a huge memory leak: it...

status:Backlog

### Description vs2019 report unresolved external symbol in ConnectedThresholdImageFilter's printself function ### Steps to Reproduce 1. using vcpkg to install itk via vcpkg install itk[vtk]:x64-windows 2. using the example code...

type:Bug
status:Backlog

### Description Compilation fails on i586 — and possibly other 32 bit architectures — with the following error: ``` [ 201s] In file included from ../Modules/Core/Common/include/itkMath.h:32, [ 201s] from ../Modules/Core/Common/include/itkVector.hxx:21,...

type:Bug
status:Backlog

The corresponding class should be `Experimental` and should only be compiled when C++20 coroutines are available. Could be based on: https://github.com/ConorWilliams/Forkpool

type:Enhancement