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...
### Description I want to build insighttoolkit for openSUSE Tumbleweed on s390x and x86. It is failing with the following error message: ``` [ 1239s] /home/abuild/rpmbuild/BUILD/ITK-5.2.1/build/Wrapping/Typedefs/itkVectorContainer.i:177: Error: Syntax error in...
Instantiating itkMatrix as the following fails for certain combinations of dimensions: ```python a = itk.Matrix[itk.F, 2, 2]() a = itk.Matrix[itk.F, 4, 4]() ``` Object creation fails with the following error...
In processing the Doxygen, a few UTF-8 characters where detected and required special handling on with one system configuration. Are non-ASCII character allows for ITK style? $ grep --color='auto' -P...
### Description Warnings related to unused [eigen](https://gitlab.com/libeigen/eigen) symbols are being reported since a while on some of the platforms builds, e.g. https://open.cdash.org/viewBuildError.php?type=1&buildid=8095196 All RogueResearch sites, which use Apple Clang, show...
Convert the coordinate system from RAS to LPS during MINC loading, and convert back on writing. Also adds a setting to keep old configuration, so that MINC-based ITK tools (EZMinc)...
### Description ### Steps to Reproduce ```python filepath = 'atlas_fc_nii.gz' img1 = itk.imread(filepath, itk.F) x_img = itk.xarray_from_image(img1) ``` ### Expected behavior ### Actual behavior ```python 85 metadata = dict(l_image) 86...
### Description I am Having an issue when reading scans: What I really am trying to do, is to run image registration with [Elastix](https://github.com/SuperElastix/elastix), which is built upon ITK. I...
An issue described and fixed in SimpleITK https://github.com/SimpleITK/SimpleITK/issues/1685 might affect ITK Python too.
### Description When checking a large number of images before processing, say by reading just the metadata rather than the voxel data, it would be worthwhile to be able to...
Added `VTKPolyDataMeshIO` GoogleTest, having the following unit tests: - LosslessWriteAndReadOfFiniteCoordValues - LosslessWriteAndReadOfInfiniteCoordValuesForBinaryFileType - SupportWriteAndReadOfNaNCoordValuesForBinaryFileType