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

## PR Checklist - [ ] No [API changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#breaking-changes) were made (or the changes have been approved) - [ ] No [major design changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#design-changes) were made (or the changes have...

type:Enhancement
type:Testing
area:Registration

Initial bug report and some discussion on the [SimpleITK issue tracker](https://github.com/SimpleITK/SimpleITK/issues/1648). The nifti reader does not read 4D images correctly when the 4'th dimension size is one. Instead of returning...

type:Bug

### Description Filter cleans points and cells but does not update point ids for cell vertices. Furthermore it removes point and cell data from input mesh. ### Steps to Reproduce...

type:Bug

Writing mesh in binary mode fails when using 5.3rc4.post2 wheels. ### Description Getting segmentation faults with messages such as: - free(): corrupted unsorted chunks - corrupted size vs. prev_size -...

type:Bug

### Description Getting error while reading mesh using ITK. ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) Input In [3], in () ----> 1 a = itk.meshread("C:\\Users\\pranj\\Downloads\\testpoly.vtk", itk.D) 2 print(a)...

type:Bug

### Description Python module loading change introduced in [https://github.com/InsightSoftwareConsortium/ITK/commit/835dc01388d22c4b4c9a46b01dbdfe394ec23511](https://github.com/InsightSoftwareConsortium/ITK/commit/835dc01388d22c4b4c9a46b01dbdfe394ec23511) appears to break backwards compatibility with ITK Python external modules targeting an older version of ITK. ### Steps to Reproduce 1....

type:Bug

Intermittently observing this error message specifically for CastImageFilter. Tried both the ways as **CastImageFilter** and **cast_image_filter** ### Description ### Steps to Reproduce ### Expected behavior ### Actual behavior ```none ```...

type:Bug

## PR Checklist - [ ] No [API changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#breaking-changes) were made (or the changes have been approved) - [ ] No [major design changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#design-changes) were made (or the changes have...

type:Bug
area:IO

While trying to compile a program which uses both ITK and NetCDF (which in turn depends on HDF5 and zlib), I ran into the following linking errors: ```log Build started......

type:Compiler

For adding iso-tropic scaling in the transformation matrix along with Rotation and Translation when using landmarks for transform initialization. Moved some common code from VersorRigid3DTransform and Similarity3DTransform and created **ComputeCentroid**...

type:Enhancement
type:Testing
area:Registration