Hi, all, I was testing BlockRegistration to register two large 3d images (my image to a reference image, requiring non-linear transformation). Please let me know if anyone have any suggestions for this purpose.
Anyway, I found that warp! does not work with ϕs = [] (or Type Any does not work with warp!).
ϕs = AbstractDeformation[] solves this issue.
Hi, all, I was testing BlockRegistration to register two large 3d images (my image to a reference image, requiring non-linear transformation). Please let me know if anyone have any suggestions for this purpose.
Anyway, I found that
warp!
does not work withϕs = []
(or TypeAny
does not work withwarp!
).ϕs = AbstractDeformation[]
solves this issue.