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...
I plan an ITK 6.0 Alpha 3 release to facilitate testing. This will comprise basic release components, i.e. we will point to the Migration Guide, but other documentation will not...
### **Summary** I propose establishing one or more Forgejo mirror for the InsightSoftwareConsortium GitHub organization. This would provide a decentralized, open, and community-controlled backup for all our repositories, ensuring long-term...
### **Proposal** Deprecate macOS Intel (x86_64) support in ITK 6, while maintaining it in ITK 5 as a long-term support (LTS) release. This aligns with Apple’s phased sunsetting of Intel...
### Description Jacobian determinants from itk::DisplacementFieldJacobianDeterminantFilter differ from those derived from itkDisplacementFieldTransform.hxx if the displacement field image has non-identity direction matrix. ### Steps to Reproduce Here's a link to ITK...
Add link checker GHA workflow file: use the `lychee` action to check for broken links in Markdown, HTML, reStructuredText, and other files. Repository: https://github.com/lycheeverse/lychee-action Documentation: https://lychee.cli.rs/introduction/ ## PR Checklist -...
### **Rationale** #### **1. Apple’s Deprecation of Older macOS Versions** - macOS 10.15 (Catalina) loses **security support on June 30, 2025**, creating vulnerabilities for users on older systems[^2]. - Current...
### Description In 5.4, the code ```from itk.ITKCommonBasePython import itkSpatialOrientationAdapter import itk import numpy as np itk.orient_image_filter( itk.GetImageFromArray(np.zeros((20, 20, 20))), desired_coordinate_orientation=itk.ITKCommonBasePython.itkSpatialOrientationEnums.ValidCoordinateOrientations_ITK_COORDINATE_ORIENTATION_RAS, use_image_direction=True) ``` works to normalize image orientation. In 6.0,...
If the spacing between slices is negative, then direction cosine matrix was not correct with reguards to the sign. ## PR Checklist - [ ] No [API changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#breaking-changes) were made...
### **Description** ITK’s continuous integration (CI) relies on GitHub-hosted runners and Azure Pipeline runners for automated building and testing. However, as the platform landscape evolves, the community may need to...
My computer is windows 11 ,and I download the latest source code to compile ITK and SimpleITK. Anxious! It's very agitated! ### **Situation Description:** I download dependencies , including ITK...