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

image.sc forum [does this](https://github.com/ome/ngff/issues/101#issuecomment-1249018300), we could set up something similar here.

type:Enhancement

ITK failed to build with "error C2143: syntax error: missing ':' before 'constant'" with MSVC on Windows arm64ec. It can reproduce on latest version on master branch. Could you please...

type:Bug
type:Compiler
area:ThirdParty

### Description Before `.wrap` files were added to `ITKCLEsperanto` the error trace below was observed in Python CI at build time. This is a low-severity issue as it is not...

type:Bug

This is regarding the TBB mulithreading enhancement. While working on ITKRANSAC module I found that a locally build package (AMD system) without TBB module support is around 10 times faster...

type:Performance

### Description The condition ``` double det = inv_cov.determinant_magnitude(); if (det < 0.) {   itkExceptionMacro(SetCovariance(covariance)); ``` 4. Execute the test and check that it does not trigger the expected exception....

type:Testing

### Description When running pip install itk, I get the following output: ``` [358/5515] Building CXX object Modules/ThirdParty/VNL/src/vxl/core/vnl/CMakeFiles/itkvnl.dir/vnl_matlab_filewrite.cxx.o [359/5515] Building CXX object Modules/ThirdParty/VNL/src/vxl/core/vnl/CMakeFiles/itkvnl.dir/vnl_numeric_traits.cxx.o [360/5515] Building CXX object Modules/ThirdParty/VNL/src/vxl/core/vnl/CMakeFiles/itkvnl.dir/vnl_matops.cxx.o [361/5515] Building...

type:Bug

### Description Header of the written NIfTI file is not valid if no filters are applied to a read NIfTI image. `qfac`, which is encoded in `pixdim[0]`, should always be...

type:Bug
status:Backlog

## 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:Core
action:ApplyClangFormat

## Description Enable creation of a custom similarity metric in Python. See the discussion here: https://discourse.itk.org/t/is-there-a-way-to-set-custom-metric-in-itk-registration-in-python/705/7 ### Expected behavior A convenient way to define an image similarity metric in Python...

type:Enhancement
area:Python wrapping
area:Registration

### Description Since 5b09d546666f6110250aa7edbb59d4469791b944, configuring a module separately fails. ### Steps to Reproduce Compile ITK with default modules, then configure a module with cmake. ### Expected behavior The module is...

type:Bug