On Wed, Sep 19, 2012 at 4:01 AM, ashz <ashz...@gmail.com> wrote:Tony, do you think the morphological reconstruction would work for
> Granulometry of Snowflakes:
> http://www.mathworks.com/products/image/examples.html?file=/products/demos/shipping/images/ipexsnow.html
this?
Otherwise perhaps one of the segmentation algorithms.
Translating the example line-by-line is pretty easy, except that we do
not have adaptive histogram equalization implemented yet.

Dear Tony,
Thanks for the script.
I was running the script and I got this error:
Traceback (most recent call last):
File "C:/Users/DK/PProjects/skimage_seg/scikit_seg.py", line 18, in <module>
img_background = morph.reconstruction(img-h, img)
AttributeError: 'module' object has no attribute 'reconstruction'
Process finished with exit code 1
Any reason why?
Thanks a lot,
Dan
--
Hi,
Thanks for the rapid respnse, I am using 0.7.2 on windows.
The error is now:File "C:/Users/DK/PProjects/skimage_seg/scikit_seg.py", line 3, in <module>
Traceback (most recent call last):
import skimage.morphology as morph
File "C:\Python27\lib\site-packages\skimage\morphology\__init__.py", line 7, in <module>
from ._skeletonize import skeletonize, medial_axis
ImportError: cannot import name skeletonize
Any idea why?.
Thanks
import skimageprint skimage.__version__print skimage.__file__
Hi,
I installed Windows binaries (kindly provided by Christoph Gohlke)- file name:scikit-image-0.7.2.win32-py2.7.exe
Thanks
El domingo, 16 de diciembre de 2012 10:36:13 UTC-5, Dan escribió:Hi,
The output:
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import skimage
>>> print skimage.__version__
0.7.2
>>> print skimage.__file__
C:\Python27\lib\site-packages\skimage\__init__.pyc
>>>
Thanks
"C:\Python27\lib\site-packages\skimage\morphology\"
--
Dear Tony,
The files were a match. I uninstalled python and the other libraries, installed them again and it works fine now. I do not what was the problem.
Thanks a lot for the help.
Dan