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
The current code used the np.rot90(), which can now be replaced by properly multiplying the transforms. These will also be useful for properly cropping to the maximum overlapping area.
The current code used the
np.rot90()
, which can now be replaced by properly multiplying the transforms. These will also be useful for properly cropping to the maximum overlapping area.By adding these transformations:
The text was updated successfully, but these errors were encountered: