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