Dženan Zukić

Results 74 issues of Dženan Zukić

This exposes the return value from `itk::LabelOverlapMeasuresImageFilter::GetLabelSetMeasures()` as a Python dictionary instead of ``. This is needed for convenient use of the class from Python. ## PR Checklist - [x]...

type:Infrastructure
area:Python wrapping
type:Testing
area:Filtering
type:Data

We need to pass an additional flag to SWIG, see [SimpleITK/SimpleITK@`d61260c` (#1960)](https://github.com/SimpleITK/SimpleITK/pull/1960/commits/d61260cb1db054d3874aaee363b5751f4a9f6c58#diff-3c3908908d68b7a396b49e33bcb00a7f2082bf42c4be783e8e9fd9c1cf632f09R38).

type:Compiler

Docstrings are missing for macros after the first. ### Description This piece of code: https://github.com/InsightSoftwareConsortium/ITK/blob/v5.4rc01/Modules/Segmentation/SuperPixel/include/itkSLICImageFilter.h#L143-L152 produces docstring for `SetEnforceConnectivity`, but not for `GetEnforceConnectivity` nor `EnforceConnectivityOn`. Entry for `EnforceConnectivityOff` is missing...

type:Documentation

The blog post was written ~6 years ago. Can the analyses be rerun, so we see how the selected few projects evolved since then? E.g. angular was very young back...

Work in progress on issue #1369.

This does not work for packaging right now. We need to wait for ITK python package with itk::PhasedArray3DSpecialCoordinatesImage wrapping added in: https://github.com/InsightSoftwareConsortium/ITK/pull/4101.

Detailed error message: ```log FAILED: bin/pcl_grabcut_2d.exe C:\WINDOWS\system32\cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E vs_link_exe --intdir=apps\CMakeFiles\pcl_grabcut_2d.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100226~1.0\x64\mt.exe --manifests -- C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1439~1.335\bin\Hostx64\x64\link.exe @CMakeFiles\pcl_grabcut_2d.rsp /out:bin\pcl_grabcut_2d.exe /implib:lib\pcl_grabcut_2d.lib /pdb:bin\pcl_grabcut_2d.pdb /version:0.0 /machine:x64 /nologo /DEBUG /INCREMENTAL:NO...

This is off by default. If we add it here, will support for that work properly? Are additional wrappings for `Image`, `ImageToImageFilter`, etc allowed to be in Montage's wheel? Motivation:...

* GenerateTileConfiguration (new function) * RegisterTileConfiguration (invokes TileMontage) * MergeTileConfiguration (invokes TileMergeImageFilter) as a follow-up to #184. Implementation should be similar to https://github.com/InsightSoftwareConsortium/ITKElastix.