Dženan Zukić
Dženan Zukić
And yes, that is Ubuntu 22.04 (fully updated).
This is with `VTK 8.1.1`.
@romangrothausmann examining what the actual values are? The [`GetRadius` patch](https://github.com/InsightSoftwareConsortium/ITK/commit/e4003fc3dc6ec7c6e3d5782be096db567479a5d9#diff-dfa5983cf67253ce0e03aca56a207db2R135) has increased the region by 1 pixel on all sides.
> examining what the actual values are? Run the program under debugger and examine the values. `GaussianInterpolateImageFunction`'s radius depends on the _sigma_ parameter. I guess the default sigma results in...
This PR should be revived after #1191 and #1213 are merged.
@romangrothausmann can you rebase this PR on current master?
`ctest -VV` will print the exact command line for each test. That way, you can run that command line under debugger (e.g. copy command-line parameters into Visual Studio).
This PR maybe/probably should have been made against [upstream](https://github.com/malaterre/GDCM).
It would be ideal if @malaterre tagged a new version. Meanwhile, I will open a PR to update bundled GDCM from 3.2.1 to 3.2.2.
PR #5568 opened.