Dženan Zukić

Results 74 issues of Dženan Zukić

See https://github.com/InsightSoftwareConsortium/ITK/issues/3530

Build Env

From: https://github.com/InsightSoftwareConsortium/ITK/pull/3275/checks?check_run_id=5517330884 ```text Errors: commit https://github.com/InsightSoftwareConsortium/ITK/commit/bc1217fe2838c37c3217aed44ab189aa210df3c7 adds arch/s390/self-hosted-builder/fs/usr/bin/actions-runner without executable permissions, but the file looks executable. commit https://github.com/InsightSoftwareConsortium/ITK/commit/bc1217fe2838c37c3217aed44ab189aa210df3c7 adds arch/s390/self-hosted-builder/fs/usr/bin/entrypoint without executable permissions, but the file looks executable. commit https://github.com/InsightSoftwareConsortium/ITK/commit/bc1217fe2838c37c3217aed44ab189aa210df3c7...

cleanup

GrowCut remote module in ITK has recently been updated to mirror Slicer's improvements. This PR contains pre-requisites to removing this code from Slicer and refactoring it to use the version...

An issue described and fixed in SimpleITK https://github.com/SimpleITK/SimpleITK/issues/1685 might affect ITK Python too.

type:Bug

While trying to compile a program which uses both ITK and NetCDF (which in turn depends on HDF5 and zlib), I ran into the following linking errors: ```log Build started......

type:Compiler

Some remote modules have been in use for a long time, and should be integrated into the main repository (i.e. https://github.com/InsightSoftwareConsortium/ITK/). Some examples are https://github.com/InsightSoftwareConsortium/ITKSplitComponents/issues/50 and https://github.com/InsightSoftwareConsortium/ITKFastBilateral/issues/2. I think there...

type:Enhancement

Add `workUnitToThreadRatio` (work units = which multiple of threads) per filter, and set this to 1 or another low number for filters which have big overhead for splitting the image...

type:Performance
type:Enhancement
status:Backlog
area:Core
type:Design

Since we started requiring C++11 `itk::mpl` is fairly redundant. Even more so now that we require a minimum of C++14. It is desireable to completely remove this and rely on...

status:Backlog
type:Design

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