elastix
elastix copied to clipboard
Official elastix repository
http://elastix.bigr.nl/wiki/index.php/Par0013 (Interpolator0PreParameters -0.009475 -0.006807 -0.030067 0.0 0.0 0.0) (ResampleInterpolator0PreParameters -0.009475 -0.006807 -0.030067 0.0 0.0 0.0) (Interpolator0FocalPoint 0.54 -0.85 -813.234) (ResampleInterpolator0FocalPoint 0.54 -0.85 -813.234) How are the above parameters set? Where...
Hello, I am rookie to image field. I am trying to preform atlas registration in a Fiji Plugin, but it seems doesn't work out, I am wondering if I installed...
This issue re-raises the already closed [issue ](https://github.com/SuperElastix/elastix/issues/78). After installing Elastix as a library, the .cmake config files are missing: ``` ElastixConfig.cmake ElastixConfigVersion.cmake ElastixTargets.cmake ``` Current source CMake file correctly...
Hi, Ive done the SuperBuild for SimpleITK - Elastix and want to play around with different parameters. For example, I want to use the FullSampler as ImageSampler. However, when running...
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.
Intro --- This adds a new transform dubbed the `AdvancedLimitedEulerTransform`, which implements per axis upper and/or lower limiting. It achieves this functionality by clamping the transform gradient based on the...
Hi, This question may be not directly related to the library. I am just wondering how you generated the moving image in Fgiure 2.5 of the manual. I try to...
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...
Hi, I built version 5.0.1 from source, and it produced a bunch of static libraries, but no executable. How do we get the executables to build ? I could not...