Niels Dekker
Niels Dekker
Avoided a potential misunderstanding that `throw e` would slice *any* `e` to `std::exception`. The note about rethrowing appears to be written when the example of this item still did `catch...
According to the manual https://elastix.lumc.nl/download/elastix-5.0.1-manual.pdf > The support for .vtk files is still a bit limited. Currently, only ASCII files are supported, with triangular meshes. It seems to me that...
Upgraded ITK on the CI to version 5.3 RC04, which was tagged on 12 July 2022: https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.3rc04 Follow-up to pull request https://github.com/SuperElastix/elastix/pull/620 commit a0cf5235691ab0e7416600ed29db5abf2ff8ffe2 "COMP: Upgrade ITK from v5.2.0 to...
The outputpoints.txt file format (produced by `transformix -def inputPoints.txt...`) appears a bit too verbose, and old-fashioned. For example: ``` Point 0 ; InputIndex = [ 0 0 ] ; InputPoint...
Recently, MacOS/clang started producing errors on the elastix CI (both GitHub Actions and Azure Pipelines), saying: > fatal error: 'omp.h' file not found Discussed at ITK [MacOS GitHub Actions, Azure...
Suggested by Bradley Lowekamp (@blowekamp) at "WIP: Support adding Elastix component by CMake SimpleITK_USE_ELASTIX=ON" comment https://github.com/SimpleITK/SimpleITK/pull/1611#discussion_r848584729 referring to https://github.com/SimpleITK/SimpleITK/blob/2681d0689a5922a7f2d1b56b1c7b62361eed9d8d/SuperBuild/External_ITK.cmake#L81-L83 Discussed with Marius Staring (@mstaring) at superelastix.slack.com #elastix Aims to avoid...
Check that elastix RecursiveBSplineTransform data can be converted losslessly to ITK's BSplineTransform format, and then do so, when elastix parameter `ITKTransformOutputFileNameExtension` is non-empty. Consider unifying RecursiveBSplineTransform and BSplineTransform for I/O...
Tests that the new limited Euler transform by Žiga Špiclin (@zigaso) yields the same point-to-point transformation as the unlimited Euler transform, when there is no limit specified.
It appears that the elastix version of BSplineTransform excludes points at the border of the TransformDomainPhysicalDimensions, while ITK does include them, with the transformation. For example when the OptimizerParameters are...