elastix icon indicating copy to clipboard operation
elastix copied to clipboard

Official elastix repository

Results 128 elastix issues
Sort by recently updated
recently updated
newest added

Please check elxElastixMain.cxx commit 763327c3470affca13944e876b07c9e3f045832a https://github.com/SuperElastix/elastix/blob/763327c3470affca13944e876b07c9e3f045832a/src/Core/Kernel/elxElastixMain.cxx#L66-L89 It seems to me that the following two statements should be surrounded by `if( setupLogging )` and `if( setupCout )`, respectively. Right? returndummy |=...

It appears somewhat troublesome to maintain our own FindOpenCL.cmake, [elastix/CMake/FindOpenCL.cmake](https://github.com/SuperElastix/elastix/blob/fdd71315d26ef61b814f77ec939c0e10951e537b/CMake/FindOpenCL.cmake), given the fact that CMake also provides one, nowadays, at [CMake/Modules/FindOpenCL.cmake](https://github.com/Kitware/CMake/blob/9518b42f37babb0e91d7ee5819e4fea7b1a99380/Modules/FindOpenCL.cmake), which was added on February 26, 2014, by commit...

Hi I have been trying to use the TransformRigidityPenalty metric for my image registration task in which I am trying to impose a rigidity constraint in some part of the...

[here](https://pypi.org/project/itk-elastix)

`itk::TransformFilter` has a member function `ComputeSpatialJacobianOn()`, which adds the argument "-jacmat", and a member function `ComputeDeterminantOfSpatialJacobianOn()`, which adds the argument "-jac". So the member function names assume that the term...

This is an ARM architecture mac system aka Apple Silicon. This will add more compiler checks. In https://github.com/InsightSoftwareConsortium/ITKElastix/pull/278 we also observe numerical differences at the application level -- the test...

Let the metrics other than AdvancedNormalizedCorrelation also have default value "true" for their SubtractMean parameter. Specifically, this affects the following metrics: - PCAMetric - PCAMetric2 - SumOfPairwiseCorrelationCoefficients - VarianceOverLastDimensionImageMetric. Discussed...

Hi I have a naive problem. I would like to try out elastix for image registration and downloaded the mac version of elastix (5.1.0). I then added the path to...

Replaced run-time evaluation of number of weights and support size with compile-time evaluation of those values. Might improve the run-time performance of bspline transformations and interpolations. Just marked as style...