elastix
elastix copied to clipboard
Official elastix repository
Let the AdvancedNormalizedCorrelation metric always just act as if the SubtractMean parameter has value "true". Discussed with Marius Staring (@mstaring and Stefan Klein (@stefanklein).
When studying the source code of Elastix, I have always had a question regarding the design of the sampler mechanism, which is based on the fixed image. What is the...
Allows reducing the dimensionality of any image sampler by a new elastix parameter: (ReduceDimension "true") Aims to implement a generalization to the ReducedFullSampler, pull request #52 proposed by Mathias Polfliet...
Hi @N-Dekker , @kaspermarstal , @ntatsisk , I am getting below error when running Elatsix-itk in release mode . itk:ExceptionObject(1D21BA50) Location: ElastixTemplate - Run()" File: code\common\include\itkImageConstIterator.h Line: 211 Description: ITK...
- Brought pull request #52 from @MathiasPolfliet up-to-date with the current revision of the `main` branch. --- Other pull requests from Mathias, currently at https://github.com/SuperElastix/elastix/pulls?q=is%3Apr+is%3Aclosed+author%3AMathiasPolfliet+: - pull request 51: #51...
Hi All, I am trying to do registration using itk::ElastixRegistrationMethod ->updateLargestPossibleregion() which uses fixed and moving image as major input parameters. Fixed and moving image has significant amount of process...
### Discussed in https://github.com/SuperElastix/elastix/discussions/1109 It would be great to make the doxygen available and published in a zip file so we can run it locally, if getting the website up...
Hello to everyone! I have a quick question. I am trying to access the links at the page 1 (list of all available parameters) and page 2 (parameter file database)...
Addressed those warnings, mostly from macos-12/clang. Note that these warnings do sometimes help to find actual (potential) bugs, like: - pull request #1120 - pull request #1118 Follow-up to: -...
Hello, I'm trying to perform a 3d rigid registration. TransformParameterFile is generated. But the function elastix->Update() crashes while applying transform. The problem doesn't appear on linux ubuntu 20.04, only windows...