Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In the last version of Scipy the standard image for image processing was removed. This tiny repository enables you to re-use it. I simply copied the original function from the scipy archive.

Installing:

just clone the repo and type

    python setup.py develop

And you're ready to go.

To use it afterwards, replace all

    from scipy.misc import lena

with
  
    from reshow_lena import lena

And you should be ready to go.

About

re-enables the command lena() to give the scipy test image which was removed in version 0.18.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages