simeks / deform

Efficient dense deformable image registration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2D registration

simeks opened this issue · comments

For 2D registrations to work (image input aside), the optimization have to skip stepping in the z-directions.

Possible quick fix is to change n_count to 4 when doing 2D:

Fixed by #106