exposure.equalize_adapthist() problem

Simon Filhol svfilhol at alaska.edu
Sat Dec 7 23:12:26 EST 2013


Hi,

after reinstalling, updating the skimage package version 0.9.x , I cannot 
get the function equalize_adapthist() to work like the example on the 
scikit-image webpage.


from skimage import exposure, data

img = data.moon()

img_adapteq = exposure.equalize_adapthist(img, clip_limit=0.03)




the following error is returned in the console:

>>> img_adapteq = exposure.equalize_adapthist(img, clip_limit=0.03)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'equalize_adapthist'


Would you have any insight into which problem I am running? 
Thanks



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20131207/5bb2f6f9/attachment.html>


More information about the scikit-image mailing list