Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cuda-chen/canny_watershed_classic
- Owner: Cuda-Chen
- Created: 2018-07-31T14:57:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T15:01:53.000Z (over 5 years ago)
- Last Synced: 2024-01-26T08:45:19.632Z (11 months ago)
- Topics: image-segmentation-practice, watershed, watershed-algorithm
- Language: Python
- Size: 268 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- 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
```