Konstantinos Ntatsis

Results 31 comments of Konstantinos Ntatsis

Thanks @thewtex. Unfortunately, version 5.3rc4.post1 leads to the same error for me.

I added some changes to the pyramid tests because I noticed they were all passing before this PR, which clearly showed that the bug/crash in the code was not really...

To explain a bit better the problem with the factory registration, I created a minimal example: ``` #include "itkProcessObject.h" #include "itkObjectFactoryBase.h" #include "itkImage.h" namespace itk { // MyFilter template class...

After some discussions with @N-Dekker, we agreed to have simply one test for `GPUGenericMultiResolutionPyramid` instead of two i.e. to keep the one which covers how the filter is instantiated in...

It looks that @vzickus managed to build Elastix with OpenCL. Are you (@mavanb, @sxl1174) still getting errors when building with the latest `main` branch? We have merged PRs #734 and...

Thanks everyone for the comments in this issue, and special thanks to @urlicht for bringing this up and, of course, to @squll1peter for providing the original solution for the OpenCL...

Hi @hbraunDSP, @MiHess, @dyliu2016, thanks for the discussion here! The CL_OUT_OF_RESOURCES error (issue #70) was fixed by PR #734, and a bug related to OpenCL Resampler was fixed by PR...

Hi @mfroeling, thanks for taking the time to investigate this issue! We applied some recent changes that fix bugs related to the OpenCL resampler, please see #741. I know that...

Apologies for the late reply. I tried to reproduce the error but I couldn't. I used the setup that @MiHess shared, where the data come from https://github.com/InsightSoftwareConsortium/ITKElastix/tree/main/examples/data ("CT_3D_lung") and I...