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
I ran into an issue where the shift applied dest0 shifted my image out of the frame resulting in a registered image that appears cropped. I moved lines 566-7 to after line 570 so that the shift operates on the dest variable after it has been embedded into the new background. Although this solution worked for my example, I am unsure if it will work in general.
The text was updated successfully, but these errors were encountered:
imreg_dft/src/imreg_dft/imreg.py
Lines 566 to 570 in 3eb7137
I ran into an issue where the shift applied
dest0
shifted my image out of the frame resulting in a registered image that appears cropped. I moved lines 566-7 to after line 570 so that the shift operates on thedest
variable after it has been embedded into the new background. Although this solution worked for my example, I am unsure if it will work in general.The text was updated successfully, but these errors were encountered: