fiji / bUnwarpJ

ImageJ/Fiji plugin for consistent elastic registration of 2D images
http://imagej.net/BUnwarpJ
GNU General Public License v3.0
23 stars 10 forks source link

More Splines #11

Open porelius opened 2 years ago

porelius commented 2 years ago

Hi, is it possible to increase the final deformation details beyond the current maximum 'super fine' (16x16)? Long computation times would be acceptable for me. Many Thanks, porelius

ctrueden commented 2 years ago

@porelius Looking at the source code, it might be as simple as adding a new "Super Duper Fine" option to the dialog box here. The pyramid depth is computed from the min and max scale deformation values, which are in turn set when the GUI changes. I don't see any logic limiting the depth to any particular value—it just uses the combo box index directly. Give it a try, and if it works feel free to submit a PR.