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

Hello. I have used ITK to rotate an Axial NRRD volume with 551 images with Euler as well as versor rigid 3D transformation Both these filters take nearly **30 seconds**...

Hi Development Team, I identified a potential integer overflow in clone functions in `Modules/ThirdParty/Expat/src/expat/xmlparse.c` sourced from [libexpat/libexpat](https://github.com/libexpat/libexpat). This issue, originally reported in [CVE-2022-22822](https://nvd.nist.gov/vuln/detail/CVE-2022-22822) to [CVE-2022-22822](https://nvd.nist.gov/vuln/detail/CVE-2022-22827), was resolved in the repository...

type:Bug
area:ThirdParty

Make a clear separate H3 heading, enumerate steps needed. ## 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...

type:Documentation
area:Documentation

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

area:ThirdParty
type:Data

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

area:ThirdParty

Based on code provided on the forum: https://discourse.itk.org/t/improper-wrapping-of-imagefunction-isinsidebuffer/7495 ## 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 [major design changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#design-changes)...

type:Infrastructure
type:Enhancement
area:Python wrapping
type:Testing
area:Core

### Description ``` ... -- Enabled ITKIOPNG, requested by Module_ITKIOPNG. ... CMake Error at CMake/ITKModuleAPI.cmake:88 (message): No such module: "ITKIOPNG" Call Stack (most recent call first): CMake/ITKModuleAPI.cmake:31 (itk_module_load) CMake/ITKModuleAPI.cmake:143 (_itk_module_config_recurse)...

type:Bug

Modules/ThirdParty/NrrdIO seems to be one of the only ones with no upstream specified and no UpdateFromUpstream.sh script. At first I thought the project was inactive, looking at for example: https://sourceforge.net/p/teem/news/...

type:Bug

This test fails: ``` Start 711: itkMemoryProbesCollecterBaseTest 711: Test command: /home/builder/external/ITK-bin/bin/ITKCommon2TestDriver "itkMemoryProbesCollecterBaseTest" 711: Working Directory: /home/builder/external/ITK-bin/Modules/Core/Common/test 711: Test timeout computed to be: 1500 711: System: ganesha 711: Processor: 711: Cache:...

type:Bug

### Description Several warnings, e.g. ``` warning: iteration 2 invokes undefined behavior [-Waggressive-loop-optimizations] ``` are suggesting that for some assignments across loops, e.g. ``` point[j] += displacement[j]; ``` the result...

type:Bug