ITK
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...
This PR is just to see what breaks with updating pygccxml to the latest version. This will be a first required step in addressing #5540 ## PR Checklist - [X]...
XCode says: ```log PhaseScriptExecution Generate\ Wrapping/Generators/Python/itk/ITKCommonBasePython.py /Users/dzenan.zukic/Documents/ITK-py2/build/ITKCommonPython.build/Debug/Script-56F9B3CA7CE80BA1073137B7.sh (in target 'ITKCommonPython' from project 'ITK') cd /Users/dzenan.zukic/Documents/ITK-git /bin/sh -c /Users/dzenan.zukic/Documents/ITK-py2/build/ITKCommonPython.build/Debug/Script-56F9B3CA7CE80BA1073137B7.sh /Users/dzenan.zukic/Documents/ITK-py2/Wrapping/Typedefs/ITKCommonBase.i:946: Error: Syntax error in input(3). Command PhaseScriptExecution failed with a nonzero...
- ENH: Refactor `itk::ImageRegistrationMethodv4` domain clearing methods - ENH: Group setting `itk::ImageRegistrationMethodv4` random seeds - ENH: Refactor `itk::itkImageRegistrationMethodv4` dependent statements ## PR Checklist - [X] No [API changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#breaking-changes) were made...
## PR Checklist - [x] No [API changes](https://github.com/InsightSoftwareConsortium/ITK/blob/main/CONTRIBUTING.md#breaking-changes) were made (or the changes have been approved) - [x] No [major design changes](https://github.com/InsightSoftwareConsortium/ITK/blob/main/CONTRIBUTING.md#design-changes) were made (or the changes have been approved)...
GitHub Actions Linux ARM runners are now available for free for open source projects. https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
"New" files are taken directly from https://github.com/InsightSoftwareConsortium/ITKFastBilateral at commit e37be230b50c6934b0c260c2ffec8092bf54f498. Modified files are merger of corresponding content from the remote module. This is the first remote module to be integrated...
Use a macro to print numeric traits values of objects. Avoids boilerplate code. Printed instances found using the regex: ``` os
This is a work-in-progress PR for Point to Plane ICP. It requires the per-point normal and the Jacobian computation is different compared to Point to Point. Idea here is to...
When the fixed image has a single value, usually zero, but any value works an exception is thrown. This commit modifies the MattesMutualInformation test so that it invokes this corner...
Test program to test resampling with Gauss interpolator when employing streaming, in conjuction to #1011 and #998. ## PR Checklist - :no_entry_sign: [Makes breaking changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#breaking-changes) - :no_entry_sign: [Makes design changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#design-changes)...