Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #44497

Re: Shear image (numpy.ndarray)

References <CAGvr90C9RnE0Qskfb8HbCKMmkAj5MFvpV0YyyE9rHPNwdnL4iQ@mail.gmail.com>
Date 2013-04-29 13:58 +0200
Subject Re: Shear image (numpy.ndarray)
From Radek Machulka <radek.machulka@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1153.1367236732.3114.python-list@python.org> (permalink)

Show all headers | View raw


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/Shear_matrix

Radek

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Shear image (numpy.ndarray) Radek Machulka <radek.machulka@gmail.com> - 2013-04-29 13:58 +0200

csiph-web