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
Just noticed that the rotate function has a bug, at if run on images with unequal sizes.
using IndexFunArrays, FourierTools
b =box((901,1178), (700,1000))
rotate(b, 20.0)
leads to a strangely distorted result. The former right angles are not right angles any more.
If you rotate by 45 degrees, the former rectangle becomes a square.
There are also some wrap-around problems due to the shear operations, which should be removed.
The text was updated successfully, but these errors were encountered:
Just noticed that the rotate function has a bug, at if run on images with unequal sizes.
leads to a strangely distorted result. The former right angles are not right angles any more.
If you rotate by 45 degrees, the former rectangle becomes a square.
There are also some wrap-around problems due to the shear operations, which should be removed.
The text was updated successfully, but these errors were encountered: