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

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

type:Style

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

type:Documentation
Good first issue

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

type:Bug

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

type:Bug
area:Core

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

type:Bug
area:ThirdParty

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

type:Bug

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

type:Documentation
area:Documentation

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

type:Bug
area:IO

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

type:Infrastructure
type:Enhancement
area:Examples
type:Testing
area:Filtering

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

type:Testing
area:Core
area:Filtering
area:IO
area:Registration
area:Segmentation
type:Style
area:Numerics