[scikit-image] plot_matches() error?

Riley Myers william.myers at student.nmt.edu
Thu Aug 3 10:39:32 EDT 2017


Sure - here it is.

Python 3.5.3 |Continuum Analytics, Inc.| (default, Mar  6 2017, 11:58:13)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import skimage
>>> print(skimage.__version__)
0.13.0
>>>
>>> import numpy
>>> print(numpy.__version__)
1.13.1
>>>
>>> import scipy
>>> print(scipy.__version__)
0.19.1
>>>


Thanks again.
Riley

On Wed, Aug 2, 2017 at 5:15 PM, Stefan van der Walt <stefanv at berkeley.edu>
wrote:

> Thanks!  This works perfectly on my system.  Can you share the output of:
>
> import skimage
> print(skimage.__version__)
>
> import numpy
> print(numpy.__version__)
>
> import scipy
> print(scipy.__version__)
>
> Thanks!
> Stéfan
>
> On Wed, Aug 2, 2017, at 15:20, Riley Myers wrote:
>
> Ok - I've attached the code, and the images necessary to run it, in a
> tarball. The images (and the code) are taken from the skimage-tutorials
> available on github at https://github.com/scikit-image/skimage-tutorials
> - specifically lectures/adv3_panorama-stitching.ipynb.
> Thanks!
> Riley
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20170803/62a35cf0/attachment.html>


More information about the scikit-image mailing list