donghoon

Results 5 comments of donghoon

Did you successfully made a 2d - 3d registration? Could you share the parameter file with me? I cannot open the link.

Oh, I found the link. https://elastix.lumc.nl/modelzoo/par0013/ Thanks.

Progress update: Well, the issue with NRRD format was the header. Saving as `.nrrd` did not keep all the header information in the `.mhd header file`. I ended up with...

Apparently, there was a similar issue: https://github.com/JuliaImages/ImageTransformations.jl/issues/45 Maybe the issue is related to interpolations. Any thoughts or solutions?

Because I couldn't figure out how to apply Neighborhood.jl, I instead tried TiledIteration.jl (https://github.com/JuliaArrays/TiledIteration.jl). Somehow, it did not much improve the performance. Could anyone advise me? ```jl using TiledIteration, Images,...