Niels Dekker
Niels Dekker
@ntatsisk Please check, as we discussed.
@hankst69 @rcorredorj @Chayan010 @mstaring This week I finally proposed a function for ITK's `MersenneTwisterRandomVariateGenerator` to reset its `m_StaticDiffer`. I named it `ResetNextSeed()`: - https://github.com/InsightSoftwareConsortium/ITK/pull/4247 (Please let me know if you...
Thanks for submitting and discussing this issue. I'm closing now, assuming it is solved.
Thanks for submitting this issue. Did you find a solution? If not, maybe you can get help from https://groups.google.com/g/elastix-imageregistration For now, we'll close this issue.
Thanks for reporting. As far as I can see, it is fixed by now, by https://github.com/SuperElastix/elastix/pull/655 (by @blowekamp). Please reopen, if you think otherwise.
@ntatsisk Please consider task regarding the Jupiter notebooks.
Thanks for bringing this up. I'm sorry there are no plans to support building shared elastix libraries. The executables should be built though, and placed in the "bin" directory. Hereby...
Current status: 1. The pixel type of the input image should correspond with the template argument of `TransformixFilter`: https://github.com/SuperElastix/elastix/blob/d8e9e1b5bcd1184ca9d3b343e61ccc85857ce407/Core/Main/itkTransformixFilter.h#L58-L59 When using Python + ITKElastix, the image type may be specified...
Thanks for reporting. As far as I can see, it is fixed by now, by https://github.com/SuperElastix/elastix/pull/655 (by Bradley Lowekamp). Please reopen, if you think otherwise.
Currently looking at how `AdvancedMeanSquaresImageToImageMetric` could make use of ITK's Thread Pool mechanism, as suggested by @mstaring . AdvancedMeanSquaresImageToImageMetric overrides `ThreadedGetValue` and `ThreadedGetValueAndDerivative` from AdvancedImageToImageMetric, introduced with commit 2fc2c495837f64416263fa7c5d1e2bc4e3e061fa (2013)....