Hi,
I am looking for some function that would shear my 2D numpy.ndarray array.
Since the numpy (probably) does not provide such a functionality
(numpy.roll does not do what I need), I hope the PIL might do the trick.
Google give me page that says: 'This function (im.transform) can be used to
scal
Yes, I already find that scipy.ndimage.interpolation.affine_transform
will solve this (but thank you Robert anyway!).
Just for others (if somebody will find this thread):
The 'matrix' parameter is transformation matrix for shear
transformation. For more detailes see:
http://en.wikipedia.org/wiki/S