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...
Multiple tests are failing due to missing parameters. Example: ```log Missing parameters. Usage: itkFEMElement3DTest inputFileName ``` ### Description Failing tests: - itkFEMC0HexahedralElement-GravityLoad-BCs - itkFEMC0HexahedralElement-NodalLoads-BCs - itkFEMC0HexahedralElement-NoLoads - itkFEMC0TetrahedralElement-GravityLoad-BCs - itkFEMC0TetrahedralElement-NodalLoads-BCs...
### Description There is currently no updated, self-maintained resource to list exhaustively existing remote modules. The ITK remote group in the Doxygen documentation: https://itk.org/Doxygen/html/group__Group-Remote.html Does not contain the 60+ remotes...
The issues are demonstrated in https://github.com/InsightSoftwareConsortium/ITK/pull/4776 1) SWIG seems to be converting some member functions that are passed two std::strings as args to new versions of functions that returns a...
std::string * isn't wrapped in the SWIG wrapping used by ITK. As a result, the returned object will be unknown if std::string is passed by reference or returned by reference...
### Description The master branch of the ITK project contains unpatched sources from libtiff, in which CVE-2016-9534 was reported with critical severity. The functions`TIFFFlushData1` from `ITK/Modules/ThirdParty/TIFF/src/itktiff/tif_write.c` does not include security...
### Description Users typically call `MultiThreaderBase::SetGlobalMaximumNumberOfThreads` when they want to reduce (limit) the number of threads used by a process. However, when a user sets the `GlobalMaximumNumberOfThreads` while leaving the...
Clarify further remote module major version bumps with ITK minor releases. ## PR Checklist - [X] No [API changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#breaking-changes) were made (or the changes have been approved) - [X] No...
Replaces #147 ## 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...
Remove test and examples related to the OrientedImage class which was removed in ITKv4. ## PR Checklist - [ ] No [API changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#breaking-changes) were made (or the changes have been...
Replaced code of the form T var; var.Fill(x); with `auto var = itk::MakeFilled(x);` Following C++ Core Guidelines, Oct 3, 2024, "Always initialize an object", https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Res-always Using Notepad++, Replace in Files,...