Hi everyone, this is my first post here, so I am really a newbie... I haev seen on the doc that it is possible to specify the center of rotation (http://scikit-image.org/docs/dev/api/skimage.transform.html#skimage.transfor...) with rotate(image2,90 , resize=False, order=1, mode='constant', cval=0.0, center=(1140,1383)) but my computer doesn't seem very happy with this parameter center : rotate() got an unexpected keyword argument 'center' how can I specify the center of rotation ? thanks a lot, Julien
Hi Julien On 2014-11-27 17:27:15, Julien Derr <julien.derr@gmail.com> wrote:
Hi everyone, this is my first post here, so I am really a newbie...
Welcome!
rotate() got an unexpected keyword argument 'center'
how can I specify the center of rotation ?
This only got introduced recently, so your version may not have it yet (check your version by printing skimage.__version__) You can either compile the latest version yourself, or wait for the release of 0.11, which should happen within the next month or so. Regards Stéfan
thanks! is there an easy tutorial for how to compile the latest version on ubuntu ? On Thursday, November 27, 2014 5:06:27 PM UTC+1, Stefan van der Walt wrote:
Hi Julien
On 2014-11-27 17:27:15, Julien Derr <julie...@gmail.com <javascript:>> wrote:
Hi everyone, this is my first post here, so I am really a newbie...
Welcome!
rotate() got an unexpected keyword argument 'center'
how can I specify the center of rotation ?
This only got introduced recently, so your version may not have it yet (check your version by printing skimage.__version__)
You can either compile the latest version yourself, or wait for the release of 0.11, which should happen within the next month or so.
Regards Stéfan
Hi Julien, Le 28/11/2014 05:57, Julien Derr a écrit :
thanks! is there an easy tutorial for how to compile the latest version on ubuntu ?
I think you can follow the compilation from source presented on this page: http://scikit-image.org/docs/0.10.x/install.html Best -- François Boulogne. http://www.sciunto.org GPG: 32D5F22F
participants (3)
-
François Boulogne
-
Julien Derr
-
Stefan van der Walt