donghoon
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,...
`TiffImages.jl` package opened the file without an error, although the axis information is missing.
I will come back with a sample image in a few days...
Oh, Sorry. I have been preoccupied with other stuff. I will close it for now and open it with an example image if I encounter this issue again.