simeks / deform

Efficient dense deformable image registration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No error is thrown when constraint values or mask is missing

simeks opened this issue · comments

if (constraint_mask.valid() && constraint_values.valid()) {

Should it be possible to set only mask (for registration to use inital displacement as constraint values)?