elastix
elastix copied to clipboard
Official elastix repository
This particular `samplenr` variable was only used as argument for commented-out `progressObserver->UpdateAndPrintProgress` calls. Those `progressObserver->UpdateAndPrintProgress` calls were already commented-out with commit e9de4b1281a07d2fdbaa96db865f3c7aaaf4e5d2 (May 25, 2016): https://github.com/SuperElastix/elastix/blob/e9de4b1281a07d2fdbaa96db865f3c7aaaf4e5d2/src/Common/itkComputeJacobianTerms.hxx#L235-L236 Follow-up to pull request...
The old "itkPCAMetric.h" and "itkPCAMetric.hxx" files were not being used anymore. They were not even `#include`'d anywhere. Moreover, they _cannot_ even be used anymore, because they would then conflict with...
Sets its default "true". (For the affected elastix metrics (`PCAMetric`, `PCAMetric2`, `SumOfPairwiseCorrelationCoefficients`, `VarianceOverLastDimension`), the SubtractMean parameter originally had "false" as default.) The term "GroupwiseImplicitReferenceFrame" is more specific than "SubtractMean", so...
The GridSize is only relevant when the transform is _not_ a stack transform! ---- @stefanklein This looks strange to me: each of those three metrics _fill_ their GridSize with numberOfSubTransforms....
Dear experts, I used elastix and transformix as follows:  I thought that (4) would take the forms of (2) if I use it in this way. Thank you for...
On GCC 12.2.2 (Debian): /home/matt/src/elastix/Common/ImageSamplers/itkImageGridSampler.hxx: In instantiation of ‘static void itk::ImageGridSampler::MultiThreadedGenerateData(itk::MultiThreaderBase&, itk::ThreadIdType, const TInputImage&, const MaskType*, const typename Superclass::InputImageRegionType&, const SampleGridSpacingType&, std::vector&) [with TInputImage = itk::Image; itk::ThreadIdType = unsigned int;...
Hi, I'm encountering a problem when trying to use the transform parameters from a previous registration as an initial guess for a new registration. It seems that the transform parameters...
`ElastixBase::BeforeAllTransformixBase()` produces a warning at https://github.com/SuperElastix/elastix/blob/b782a2c668dda95efdb29fb9a8db23eff3b2575a/Core/Kernel/elxElastixBase.cxx#L362-L364 saying: > "WARNING: From elastix 4.3 it is highly recommended to add the UseDirectionCosines option to your parameter file! See http://elastix.dev/whatsnew_04_3.php for more information....
This parameter was introduced by commit 1790625ca346e8cadc693cd27b5d9b5aca6c872d "ENH: make multi-threading option first class citizen", 2015-10-28.
I wonder if the elastix can be used in windows 11. It seems doesn't work, but I can't find any problems here. It stops at "sampling gradients". I am waiting...