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: about 1 year ago
JSON representation
an image segmentation practice using canny edge detection and watershed algorithm
- Host: GitHub
- URL: https://github.com/cuda-chen/canny_watershed_classic
- Owner: Cuda-Chen
- Created: 2018-07-31T14:57:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T15:01:53.000Z (about 7 years ago)
- Last Synced: 2025-03-27T19:54:30.134Z (about 1 year ago)
- Topics: image-segmentation-practice, watershed, watershed-algorithm
- Language: Python
- Size: 268 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```