ITK
                                
                                 ITK copied to clipboard
                                
                                    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 The bounding box for TubeSpatialObject always includes rounded ends. ### Steps to Reproduce ```python tso = itk.TubeSpatialObject.x3.New() tso.SetEndRounded(False) for z in (-1, 1): tsop = itk.TubeSpatialObjectPoint.x3() tsop.SetPositionInObjectSpace((0, 0,...
### Description As of ITK 5.4, `itk::SpatialObjectToImageStatisticsCalculator` is not exposed via the Python interface. ### Expected behavior It would be great to access it as `itk.SpatialObjectToImageStatisticsCalculator` or, better yet, `itk.spatial_object_to_image_statistics_calculator`....
### Description The dashboard is displaying configure warnings related to the `cmake_minimum_required` version value in remote modules, e.g. https://open.cdash.org/builds/9713834/configure https://open.cdash.org/builds/9713631/configure https://open.cdash.org/builds/9716262/configure It needs to be updated to 3.16.3 to be...
### Description `main` is now the default branch for GitHub projects as opposed to `master`. Provide the expected default. ### Impact analysis This will provide the expected default branch name,...
On my old linux box, pip install itk does not work anymore because libtbb is missing. Here is the list of commands I execute and the relevant output: ``` srit@russula:~>...
Environment is Python 3.10 on Ubuntu. When I go back to ITK 5.3.0 GetArrayFromImage works again.
Release checklist and status: - [x] Check dashboard and CI - [x] Tag the ITK repository - [x] Bump ITK's version - [x] Update `release` branches - [x] Update .zenodo.json...
### Description In 5.4rc1 I could use RTK, but in any release after that RTK is not available. ### Steps to Reproduce a python environment with any of ``` pip...
I've been working on finding & fixing ITK tests under Thread Sanitizer (TSan). I've tried on 3 Macs: 1. intel macOS 10.14 2. intel macOS 11.6 3. arm64 macos 12.2...