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

Issue 2570. AdvanceOneStep() is now called prior to GetValueAndDerivative() rather than afterward. Tests in ITKOptimizersv4TestDriver have been updated to match the algorithmic change. ## PR Checklist - [x] No [API...

status:Backlog
type:Testing
area:Numerics

…sequence Addresses issue #871. `typemap(in)` for `DECL_PYTHON_VARLEN_SEQ_TYPEMAP` was incorrect: * It was only accepting Python sequences (list, tuple,...) but was not working properly when trying to pass the original ITK...

type:Bug
type:Infrastructure
area:Python wrapping
type:Testing
area:Segmentation

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

status:Backlog

If possible, it is preferable not to use of `dynamic_cast` because of performance costs, and sometimes segmentation faults (as observed on MacOS). `Conversion::Convert(ptr)` safely converts a pointer to `T*`. It...

status:Backlog

BUG: Only access the value of si , if vrtype is not invalid. This prevents a SegmentationFault in the case of an invalid tag ## PR Checklist - [x] No...

type:Bug
status:Backlog
area:IO

(This text has been edited) Only in the constructors and destructors for the `SmartPointer` should we invoke the underlying object's `Register()` or `UnRegister()` methods to handle the smart pointer reference...

type:Enhancement
status:Backlog
area:Core
area:Filtering
area:IO
area:Numerics

This occurs many times when compiling Python wrappings. Example message: ```text 122>vnl_vector_refPython.cpp 122>C:\Dev\ITK-py\Wrapping\Modules\ITKCommon\vnl_vector_refPython.cpp(7653,3): warning C4996: 'PyEval_InitThreads': deprecated in 3.9 ``` Tested on `master` branch, but probably affects all versions.

type:Compiler

Avoid warning C4996: 'PyEval_InitThreads': deprecated in 3.9 Closes #3364.

type:Infrastructure
type:Enhancement

### Description We discovered funny issue, when system locale is set to one where decimal numbers are wrote with comma "," instead of "." then the written NRRD file has...

type:Bug

### Description Currently there are no ITK builds for Windows for ARM. For out software that uses ITK, we would like to support Windows for ARM. ### Actual behavior Now,...

type:Compiler
type:Enhancement