ITK icon indicating copy to clipboard operation
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...

Results 369 ITK issues
Sort by recently updated
recently updated
newest added

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...

type:Infrastructure

### **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...

type:Infrastructure

### **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...

type:Compiler

### 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...

type:Bug

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 -...

type:Infrastructure
type:Enhancement

### **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...

type:Compiler
type:Performance

### 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,...

type:Bug

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...

type:Bug
type:Infrastructure
type:Testing
area:IO

### **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...

type:Documentation

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...

type:Compiler