Simon Rit
Simon Rit
> FFT enlarges the input requested region to the largest possible region. I might misunderstand the problem but I believe this is required: you need the whole input image to...
We have played with Register/Unregister to fix a memory leak in the Cuda context manager in RTK (a singleton), see SimonRit/RTK@35aa60360d5a1d4777a111dc861360cc3c45176c. The code is originally based on the GPU context...
Sounds interesting @mseng10. For RTK, @LucasGandel recently setup [Azure pipelines](https://github.com/SimonRit/RTK/blob/master/test/ContinuousIntegration) for tests and for the python packages... Before following these steps, can you confirm that they apply to modules which...
Interestingly, RTK ended up being ticked but I haven't seen any change on RTK's repository. Can you explain this to me? I haven't had time to work on this myself...
SimonRit/RTK#376 implements it for the RTK module with some additional changes proposed in InsightSoftwareConsortium/ITKModuleTemplate#94. The `build-test-package.yml` file in this PR is similar to many remote modules (AdaptiveDenoising BoneEnhancement BoneMorphometry BSplineGradient...
Thanks, I had indeed missed this since I modified an existing module, sorry. Except for the pypi upload which would be pointless in the template, shouldn't the two be the...
I agree with David, all 3 changes are good suggestions and I'd support a pull-request in this direction. Simon On Mon, Jun 6, 2016 at 3:34 PM, David Boersma [email protected]...
This issue has been discussed [here on ITK's discourse](https://discourse.itk.org/t/building-gate-with-itkimageio-support/3005/3). I don't have time to test the suggestions but I had a similar issue on RTK and fixed it with SimonRit/RTK@cf77624....
I am not following you @Golpette. Do you think that the anatomical orientation should change something in the geometry of the image? Or do you mean that the anatomical orientation...
Yes I think this is clearer. I'm not sure what the problem, maybe [this code](https://github.com/OpenGATE/Gate/blob/develop/source/digits_hits/src/GateVImageActor.cc#L192-L206) is not correct.