Devang-25 / Brain-Tumor-MRI-Image-Segmentation-And-Detecting-in-Image-Processing

This repo is of segmentation and morphological operations which are the basic concepts of image processing. Detection and extraction of tumor from MRI scan images of the brain is done using python
MIT License
7 stars 3 forks source link

cannot import name 'watershed' from 'skimage.morphology' #2

Open AnusriRavichandran opened 1 year ago

AnusriRavichandran commented 1 year ago

Already installed watershed and skimage in python. But i am not able to import the file . And the error is occured as "cannot import name 'watershed' from 'skimage.morphology' "

sheharyaar commented 8 months ago

This package has been moved from skimage.morphology to skimage.segmentation. Just replace the module name and it should work.