We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
n_count
deform/src/deform_lib/registration/blocked_graph_cut_optimizer.inl
Line 124 in a9de4ef
The text was updated successfully, but these errors were encountered:
Fixed by #106
Sorry, something went wrong.
No branches or pull requests
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:deform/src/deform_lib/registration/blocked_graph_cut_optimizer.inl
Line 124 in a9de4ef
The text was updated successfully, but these errors were encountered: