Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cuda-chen/canny_watershed_classic

an image segmentation practice using canny edge detection and watershed algorithm
https://github.com/cuda-chen/canny_watershed_classic

image-segmentation-practice watershed watershed-algorithm

Last synced: 3 months ago
JSON representation

an image segmentation practice using canny edge detection and watershed algorithm

Awesome Lists containing this project

README

        

# canny_watershed_classic
an image segmentation practice using canny edge detection and watershed algorithm

# Note
I use Anaconda to develop this project, and the requirements are written in ```environment.yml```

# Run the Demo of Watershed(with meanshift) and Superpixel
```
python segMethod.py
```