Skip to content

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

Notifications You must be signed in to change notification settings

dboonz/reshow_lena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages