You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In utils.py the function register_angle() calls skimage.registration.phase_cross_correlation() with return_error as an argument. That argument is no longer accepted since scikit-image version 0.23. By default scikit-image 0.25 gets installed and that throws a runtime error when using the rotation-correction branch code which uses that function.
Simply removing that argument doesn't work since the return value of the ...phase_cross_correlation() function appears to have changed as well.
The text was updated successfully, but these errors were encountered:
Sorry, I obviously wasn't reading/thinking clearly. The commit I linked above is in my rotation-correction branch! So it's already fixed -- I made the commit ~2 weeks after you caught this when I ran into it myself.
Yep, I noticed with your flurry of commits on 1/30, that this issue was resolved. But while the "new" rotation-correction branch runs fine, I find that on my data the stitching/registration-correction works much poorer than with an earlier version of that branch that I had forked in summer of 2023. Would you be interested to have a look at an example image?
In utils.py the function register_angle() calls skimage.registration.phase_cross_correlation() with return_error as an argument. That argument is no longer accepted since scikit-image version 0.23. By default scikit-image 0.25 gets installed and that throws a runtime error when using the rotation-correction branch code which uses that function.
Simply removing that argument doesn't work since the return value of the ...phase_cross_correlation() function appears to have changed as well.
The text was updated successfully, but these errors were encountered: