Stefan Klein

Results 24 comments of Stefan Klein

close the issue? travis seems to work, right?

Transformix (the command line version, and I think also the library version) by default already performs multithreading using the default ITK implementation. I think Sebastian's question is just to have...

Hi Matt, Strong part of itk-elastix is indeed that we now offer the flexibility of extracting the ITKtransform so that the user can setup their own resampleimagefilter in exactly the...

Thanks for the clarification Matt! Agree. Stefan From: Matt McCormick ***@***.***> Sent: Monday, October 17, 2022 7:15 PM To: InsightSoftwareConsortium/ITKElastix ***@***.***> Cc: Stefan Klein ***@***.***>; Mention ***@***.***> Subject: Re: [InsightSoftwareConsortium/ITKElastix]...

Hey Niels, thanks. Maybe they are now the same, but in theory/future it could be different, so I think the existing implementation was more robust and generic. Best, Stefan From:...

Aren’t those in different files/functions? And both are used somewhere, right? I don’t remember exactly, but I think in the recursive bspline transform this is actually correct, because it exploits...

No concrete plans. I agree that it is not likely that it will change dynamically. I'm a bit in a doubt. The previous code was quite logical as well ,...

Hi Niels, Good question. It’s not entirely true. When using the (cyclic) 4D bspline deformable transform it is not a stack transform, but still a groupwise registration. And on the...

Hi Niels, SubtractMean indeed only applies to groupwise registration. But Groupwise registration can be done with a stacktransform, or with a nD+time B-spline transform (see paper by Coert Metz for...