Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivangael/simple-image-segmentation
Simple implementation of image segmentation using the Watershed algorithm
https://github.com/ivangael/simple-image-segmentation
imagesegmentation matplotlib numpy opencv python watershed-algorithm
Last synced: 7 days ago
JSON representation
Simple implementation of image segmentation using the Watershed algorithm
- Host: GitHub
- URL: https://github.com/ivangael/simple-image-segmentation
- Owner: IvanGael
- Created: 2024-06-12T20:36:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T20:40:21.000Z (5 months ago)
- Last Synced: 2024-06-14T02:46:37.866Z (5 months ago)
- Topics: imagesegmentation, matplotlib, numpy, opencv, python, watershed-algorithm
- Language: Python
- Homepage:
- Size: 639 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple implementation of image segmentation using the Watershed algorithm
Image segmentation is a process of partitioning an image into multiple segments or regions, typically to simplify the representation of an image or to make it more meaningful and easier to analyze. There are various techniques for image segmentation, including thresholding, clustering, and deep learning-based methods.
![Demo](demo_.png)