HolyLab / BlockRegistration.jl

Deformable image registration via shift-alignment of blocks
6 stars 1 forks source link

Update cookbook.md #99

Open mdhe1248 opened 2 years ago

mdhe1248 commented 2 years ago

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.