Dženan Zukić

Results 653 comments of Dženan Zukić

Waiting for the next release of Python wheels sounds reasonable.

> not wrapped for input type `itk.Image[itk.UC,3], itk.Image[itk.UC,3], itk.Image[itk.F,3]` First use `itk_cast_filter` to convert UC to F, then do multiply with all 3 types of `itk.F`? Or multiply first with...

> end the Code.py file by writing the watersheds output This is preferable to keeping this PR open indefinitely. But before that, I will give it a crack, maybe even...

The Python test now passes. I also fixed a C++ compile error when legacy is OFF. Can you clean up this contribution so we can get it merged? @jhlegarreta please...

Parent directory is built as part of ITKExamples, so it has access to all the CMake machinery. The example directory can be taken out of the hierarchy and it should...

We can set a deterministic seed in the examples which have some pseudo-randomization. Together with setting the number of work units to 1 it should produce a deterministic output.

Considering [wrapping specification](https://github.com/InsightSoftwareConsortium/ITK/blob/v5.3.0/Modules/Filtering/ImageGrid/wrapping/itkBinShrinkImageFilter.wrap#L5), enabling `ITK_WRAP_signed_long` during package creation should fix your problem. Read more about [ITKPythonPackage](https://github.com/InsightSoftwareConsortium/ITKPythonPackage/), and its [docs](https://itkpythonpackage.readthedocs.io/en/master/Build_ITK_Module_Python_packages.html).

This is expected to pass after rebasing on #230.