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 Some remotes have Python 3.8 as their minimum required version. Python 3.8 is at EOL since 2024-10-07: https://devguide.python.org/versions/ ### Steps to Reproduce N/A ### Expected behavior EOL Python...
These two filers apply deformation fields to images ( and vector images ). The same functionality now exist in the `ResampleImageFilter`.
Setting up a reader or a writer just to use them once in a straightforward way requires 5 lines of code, and it can be accomplished by using the appropriate...
I suspect ITK_USE_BRAINWEB_DATA does not get a lot of testing... If I enable that option, build, then do `ctest -V -R DeformableRegistration8Test3`, I get a failure like: ``` Starting Registration...
Currently the warnings from the documentation are scattered throughout the, console, output and hard to find. Better would be either: 1. use setting `QUIET = YES` or starting doxygen with...
I've been playing with building ITK with different build settings enabled/disabled, and a few times I've hit this error: ``` /Users/sean/external/ITK/Modules/Remote/MeshNoise/test/itkAdditiveGaussianNoiseMeshFilterTest.cxx:56:20: error: no viable conversion from 'const double' to 'VectorType'...
### Description Following up from #3065, `itk::FFTImageFilterFactory` should be updated to allow a developer to specify a list of image dimensions that the user is allowed to input for override....
Add a test file and verify reading with UTF-8 characters with itk::ImageSeriesReader as a follow-up to #2847 .
### Description Small spelling errors are caught (and rejected) by the github actions on PRs, but not during development. ### Impact analysis A small spelling error introduces: - a large...
I see ITK master uses both pthreads and Win32 threads. Does this just pre-date C++11 threads? Or is there some need for platform-specific code here? i.e. could we switch to...